commit | 86497ca7956b690a08a6e93ffe09e9dd18866cce | [log] [tgz] |
---|---|---|
author | asmundak <23563312+asmundak@users.noreply.github.com> | Mon Mar 02 17:55:09 2020 -0800 |
committer | GitHub <noreply@github.com> | Mon Mar 02 17:55:09 2020 -0800 |
tree | 1a1c3be5371dc7eecfeb903456b236407a73ea16 | |
parent | c42ef965a0b1d20efcf6d9bc3be001bef4e5199c [diff] | |
parent | 29fdcad56c45d04ce50f1eacf7936396b8d81f7d [diff] |
Merge pull request #286 from asmundak/master Implement list of maps
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.