Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bazelbuild/bazel
a fast, scalable, multi-language and extensible build system
https://github.com/bazelbuild/bazel
bazel build build-system correct fast multi-language scalable test
Last synced: 10 days ago
JSON representation
a fast, scalable, multi-language and extensible build system
- Host: GitHub
- URL: https://github.com/bazelbuild/bazel
- Owner: bazelbuild
- License: apache-2.0
- Created: 2014-06-12T16:00:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T16:22:18.000Z (7 months ago)
- Last Synced: 2024-04-14T05:05:35.367Z (7 months ago)
- Topics: bazel, build, build-system, correct, fast, multi-language, scalable, test
- Language: Java
- Homepage: https://bazel.build
- Size: 889 MB
- Stars: 22,274
- Watchers: 608
- Forks: 3,877
- Open Issues: 2,002
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
- stars - bazelbuild/bazel - language and extensible build system (HarmonyOS / Windows Manager)
- awesome - bazel - a fast, scalable, multi-language and extensible build system (Java)
- my-awesome - bazelbuild/bazel - system,correct,fast,multi-language,scalable,test pushed_at:2024-11 star:23.2k fork:4.1k a fast, scalable, multi-language and extensible build system (Java)
- awesome-repositories - bazelbuild/bazel - a fast, scalable, multi-language and extensible build system (Java)
- awesome-starred - bazel - a fast, scalable, multi-language and extensible build system (Java)
- awesome-starts - bazelbuild/bazel - a fast, scalable, multi-language and extensible build system (Java)
- awesome-list - Bazel - A fast, scalable, multi-language and extensible build system. (Desktop App Development / Data Management)
- awesome-list - bazel - language and extensible build system | bazelbuild | 17202 | (Java)
- AiTreasureBox - bazelbuild/bazel - 11-02_23197_1](https://img.shields.io/github/stars/bazelbuild/bazel.svg)|a fast, scalable, multi-language and extensible build system| (Repos)
- StarryDivineSky - bazelbuild/bazel
README
# [Bazel](https://bazel.build)
*{Fast, Correct} - Choose two*
Build and test software of any size, quickly and reliably.
* **Speed up your builds and tests**:
Bazel rebuilds only 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.## Getting Started
* [Install Bazel](https://bazel.build/install)
* [Get started with Bazel](https://bazel.build/start)
* Follow our tutorials:- [Build C++](https://bazel.build/tutorials/cpp)
- [Build Java](https://bazel.build/tutorials/java)
- [Android](https://bazel.build/tutorials/android-app)
- [iOS](https://github.com/bazelbuild/rules_apple/blob/master/doc/tutorials/ios-app.md)## Documentation
* [Bazel command line](https://bazel.build/docs/user-manual)
* [Rule reference](https://bazel.build/reference/be/overview)
* [Use the query command](https://bazel.build/reference/query)
* [Extend Bazel](https://bazel.build/rules/concepts)
* [Write tests](https://bazel.build/reference/test-encyclopedia)
* [Roadmap](https://bazel.build/community/roadmaps)
* [Who is using Bazel?](https://bazel.build/community/users)## Reporting a Vulnerability
To report a security issue, please email [email protected] with a description
of the issue, the steps you took to create the issue, affected versions, and, if
known, mitigations for the issue. Our vulnerability management team will respond
within 3 working days of your email. If the issue is confirmed as a
vulnerability, we will open a Security Advisory. This project follows a 90 day
disclosure timeline.## Contributing to Bazel
See [CONTRIBUTING.md](CONTRIBUTING.md)
[![Build status](https://badge.buildkite.com/1fd282f8ad98c3fb10758a821e5313576356709dd7d11e9618.svg?status=master)](https://buildkite.com/bazel/bazel-bazel)