bazel@8

Fast, scalable build system for multi-language projects

brewmacoslinux
Try with needOr install directly
Source

About

Google's own build tool

Commands

bazel

Examples

Build all targets in a project$ bazel build //...
Run tests in the entire workspace$ bazel test //...
Build a specific target$ bazel build //path/to:target