commit | afa12b47440ddfae6af9d258ec80f7f5f0c53cd3 | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Thu Oct 05 16:09:08 2017 -0700 |
committer | GitHub <noreply@github.com> | Thu Oct 05 16:09:08 2017 -0700 |
tree | e2524d38c153cfcdc7ce298c2d748085d9c80d82 | |
parent | b67c1d433cf9359a4fb5e30babfa7df10c965bf0 [diff] | |
parent | a4fae90d1e64f84d980d4cb8615fdaa7daa40313 [diff] |
Merge pull request #174 from colincross/glob Fix recursive glob on MockFs
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.