commit | fcaf58b591c41090be8a08ccd6ced42d0ac43221 | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Thu Aug 11 11:17:39 2016 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 11 11:17:39 2016 -0700 |
tree | 72675f8ba63d099f42851eb79183debf9506b320 | |
parent | 1c1ec45ebb66c6932435223097cdeeaa4d9f8674 [diff] | |
parent | 5b0231b02747eb4319a8597bc74fd0320295ba6d [diff] |
Merge pull request #114 from colincross/gofmt Enforce gofmt in travis
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.