commit | 5b40660ab4b8557d6b0588044b2c732f64067e1b | [log] [tgz] |
---|---|---|
author | spomorski <spomorski@google.com> | Fri Nov 03 22:05:53 2017 +0100 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Mon Nov 06 20:20:19 2017 +0100 |
tree | f7c2ace6528fc71c76607551cd3185abf63c1041 | |
parent | fce927f5179245f026c93b7a2481079d684a5978 [diff] |
Rewrite Bazel platform and toolchain documentation for clarity and split into separate topics. PiperOrigin-RevId: 174510719
{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 system. 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.