blob: d789254d1e74778d704497d194e32a293734ceab [file] [log] [blame] [view]
sterena9f76872017-07-07 22:12:52 +02001# [Bazel](https://bazel.build)
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +01002
3*{Fast, Correct} - Choose two*
4
sterena9f76872017-07-07 22:12:52 +02005Build and test software of any size, quickly and reliably.
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +01006
sterena9f76872017-07-07 22:12:52 +02007* **Speed up your builds and tests**:
8 Bazel only rebuilds what is necessary.
9 With advanced local and distributed caching, optimized dependency analysis and
10 parallel execution, you get fast and incremental builds.
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +010011
Josh Goldbergbbdda5f2017-11-29 00:20:52 -080012* **One tool, multiple languages**: Build and test Java, C++, Android, iOS, Go,
sterena9f76872017-07-07 22:12:52 +020013 and a wide variety of other language platforms. Bazel runs on Windows, macOS,
14 and Linux.
Googler5fba6192015-03-17 22:12:05 +000015
Josh Goldbergbbdda5f2017-11-29 00:20:52 -080016* **Scalable**: Bazel helps you scale your organization, codebase, and
17 continuous integration solution. It handles codebases of any size, in multiple
18 repositories or a huge monorepo.
Googler5fba6192015-03-17 22:12:05 +000019
sterena9f76872017-07-07 22:12:52 +020020* **Extensible to your needs**: Easily add support for new languages and
21 platforms with Bazel's familiar extension language. Share and re-use language
22 rules written by the growing Bazel community.
Googler5fba6192015-03-17 22:12:05 +000023
Googlere7bfc7e2015-03-18 22:03:53 +000024## Getting Started
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +010025
sterena9f76872017-07-07 22:12:52 +020026 * [Install Bazel](https://docs.bazel.build/install.html)
27 * [Get started with Bazel](https://docs.bazel.build/getting-started.html)
28 * Follow our tutorials:
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +010029
sterena9f76872017-07-07 22:12:52 +020030 - [Build C++](https://docs.bazel.build/tutorial/cpp.html)
31 - [Build Java](https://docs.bazel.build/tutorial/java.html)
Umesh Yadave35047e2017-11-27 12:12:08 -080032 - [Android](https://docs.bazel.build/tutorial/android-app.html)
33 - [iOS](https://docs.bazel.build/tutorial/ios-app.html)
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +010034
sterena9f76872017-07-07 22:12:52 +020035## Documentation
36
dmartingcdb8a632017-09-04 11:43:35 +020037 * [Bazel command line](https://docs.bazel.build/user-manual.html)
sterena9f76872017-07-07 22:12:52 +020038 * [Rule reference](https://docs.bazel.build/be/overview.html)
39 * [Use the query command](https://docs.bazel.build/query.html)
dmaclach2ed32612017-11-21 07:53:33 -080040 * [Extend Bazel](https://docs.bazel.build/skylark/concepts.html)
sterena9f76872017-07-07 22:12:52 +020041 * [Write tests](https://docs.bazel.build/test-encyclopedia.html)
42 * [Roadmap](https://bazel.build/roadmap.html)
43 * [Who is using Bazel?](https://github.com/bazelbuild/bazel/wiki/Bazel-Users)
44
45## Contributing to Bazel
46
47See [CONTRIBUTING.md](CONTRIBUTING.md)
Damien Martin-Guillerez5e239542016-11-07 15:41:20 +000048
Jingwenec7c2732018-01-11 14:31:57 -080049[![Build Status](https://ci.bazel.build/buildStatus/icon?job=bazel-tests)](https://ci.bazel.build/job/bazel-tests)
sterena9f76872017-07-07 22:12:52 +020050
51Bazel is released in 'Beta'.
52See the [product roadmap](https://bazel.build/roadmap.html) to learn about the
53path toward a stable 1.0 release.