blob: 3866a493f521a5dc9db8c1d37d461fd6e4eef689 [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
sterena9f76872017-07-07 22:12:52 +020012* **One tool, multiple languages**: Build and test Java, C++, Android, iOS, Go
13 and a wide variety of other language platforms. Bazel runs on Windows, macOS,
14 and Linux.
Googler5fba6192015-03-17 22:12:05 +000015
sterena9f76872017-07-07 22:12:52 +020016* **Scalable**: Bazel helps you scale your organization, codebase and Continuous
17 Integration system.
18 It handles codebases of any size, in multiple 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)
32 - [Android and iOS](https://docs.bazel.build/tutorial/app.html)
Han-Wen Nienhuysd08b27f2015-02-25 16:45:20 +010033
sterena9f76872017-07-07 22:12:52 +020034## Documentation
35
36 * [Bazel command line](https://docs.bazel.build/bazel-user-manual.html)
37 * [Rule reference](https://docs.bazel.build/be/overview.html)
38 * [Use the query command](https://docs.bazel.build/query.html)
39 * [Extend Bazel](https://docs.bazel.build/skylark/index.html)
40 * [Write tests](https://docs.bazel.build/test-encyclopedia.html)
41 * [Roadmap](https://bazel.build/roadmap.html)
42 * [Who is using Bazel?](https://github.com/bazelbuild/bazel/wiki/Bazel-Users)
43
44## Contributing to Bazel
45
46See [CONTRIBUTING.md](CONTRIBUTING.md)
Damien Martin-Guillerez5e239542016-11-07 15:41:20 +000047
48[![Build Status](http://ci.bazel.io/buildStatus/icon?job=bazel-tests)](http://ci.bazel.io/job/bazel-tests)
sterena9f76872017-07-07 22:12:52 +020049
50Bazel is released in 'Beta'.
51See the [product roadmap](https://bazel.build/roadmap.html) to learn about the
52path toward a stable 1.0 release.