commit | 48fb4dedabf54710f3fb8aa2dbd19250bb34fa4a | [log] [tgz] |
---|---|---|
author | brandjon <brandjon@google.com> | Wed Jan 31 20:28:20 2018 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Jan 31 20:30:10 2018 -0800 |
tree | 8203f348e4f4db9305fa1d43d0456286aa049069 | |
parent | cd90e1306e6ffd98ac8db4efa1f2cf85ffcf3cc7 [diff] |
Add a few new readability guidelines RELNOTES: None PiperOrigin-RevId: 184085861
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.