commit | 108bc5aaf46c4ec5e6dc0ac7c81c2f16d9ae2a21 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Wed May 22 05:43:10 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed May 22 05:44:28 2019 -0700 |
tree | ecc00c143459719f79e295af3f44008b78e47880 | |
parent | 207c24f04453ef026c202f2962e55d2a125e388f [diff] |
Windows, docs: tips and tricks to write rules See https://github.com/bazelbuild/bazel/issues/3889 Change-Id: Id768d8bd0cb996af566cdda518772ea329e5c6b2 Closes #8420. Change-Id: I59c7952582decee585bbb23f7e8dc6d88e21aa73 PiperOrigin-RevId: 249431252
{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.