bazel

Fast, scalable, multi-language build system by Google

brewmacoslinux
Try with needOr install directly
Source

About

Google's own build tool

Commands

bazel

Examples

Build a target in your workspace$ bazel build //path/to:target
Run tests for a specific package$ bazel test //path/to:test_target
Query available targets in a package$ bazel query //path/to:all