commit | 31fb25dedb7dabf9ba31f6fc58246c924217140a | [log] [tgz] |
---|---|---|
author | laszlocsomor <laszlocsomor@google.com> | Tue Aug 20 23:55:55 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 20 23:56:44 2019 -0700 |
tree | 3865818dd4015cf996561ad5a51222d9ead49fbc | |
parent | 5cb7cca82ba2f70cf0c7710f9365342ce60e90b5 [diff] |
Docs: edit section on .bazelrc files Improve the structure and wording of the .bazelrc file documentation: - use bullet points more (this helps the user oversee list items) - call out the paths of specific .bazelrc files - document 'try-import' RELNOTES: none PiperOrigin-RevId: 264546732
{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.