commit | aa919ddcbb8ca5fb627b8d48cc4b2a82bdc6e5e8 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Mar 04 20:59:31 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Mar 04 20:59:31 2020 -0800 |
tree | c8337d63375082b05a6c3250294f35587a011ae7 | |
parent | 571420830aed36f316becca9b36df5bca6a53201 [diff] | |
parent | e5a91f55e4bc6d0a95c501bf398becfb116cec26 [diff] |
Merge pull request #290 from silverneko/bpmodify-exitcode bpmodify: respect exitCode
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.