commit | 5b0231b02747eb4319a8597bc74fd0320295ba6d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Aug 11 10:12:46 2016 -0700 |
committer | Colin Cross <ccross@android.com> | Thu Aug 11 10:21:37 2016 -0700 |
tree | 72675f8ba63d099f42851eb79183debf9506b320 | |
parent | a028bf49ba0446d3d59a74598b88b09879392576 [diff] |
Enforce gofmt in travis Run gofmt -l . during travis to catch pull requests that have not had gofmt run on them. Change-Id: Ibfdf988a535d82721f3c4bc328b189f606f12778
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.