commit | d255dae6fcd761d4b58609dbe941d0062dcf15ea | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Mon Aug 21 20:05:58 2017 +0200 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Tue Aug 22 09:14:09 2017 +0200 |
tree | ea8deb783d61372401bb34e562602b38d210756a | |
parent | fedeb9d8e6a599d991a5f8efb5faf2e7c3e465a5 [diff] |
Add recommendation to build-style.md about listing dependencies directly. RELNOTES: None. PiperOrigin-RevId: 165949361
{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.