Build scripts

(NOT IMPLEMENTED)

Build scripts in Grill are self-contained projects inside your package used for preparing the package upon installation or rebuild. For example to build a system library.

The buildscript must be a grill package.

...
[Buildscript]
Path = "./Buildscript"

A useful package for cloning git submodules and/or building using CMake is BuildTools.

You can rebuild your package using the rebuild command.

Last updated