Add bazel build automation tool.

This commit is contained in:
Phelan Vendeville 2015-06-13 10:34:49 -07:00
parent 68bb2969be
commit aede00866c
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
* [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java.
* [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java.
* [Bazel](http://bazel.io/) - Google's open source build system.
* [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes.
* [Gradle](http://gradle.org/) - Another open source build automation system.