commit | 9303df6afe297cefc35b9e71873e0ded4c3df237 | [log] [tgz] |
---|---|---|
author | Marwan Tammam <marwan.01010100@gmail.com> | Mon Mar 18 11:42:46 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Mar 18 11:44:28 2019 -0700 |
tree | 24eb55b503408f77a1ab746798d88a75712cd760 | |
parent | 4d65f4428f662d2bd355e46ca3ba1ea57dc8a827 [diff] |
add -c flag for Starlark-in-java **Related issues:** - add -c flag [#35](https://github.com/bazelbuild/starlark/issues/35) - improve starlark-in-java installation documentation [#24](https://github.com/bazelbuild/starlark/issues/24) **Examples:** $ bazel run :Starlark -- -c "print(1)" 1 $ bazel run :Starlark -- -c "print(1)" arg3 USAGE: Starlark [-c "\<cmdLineProgram\>" | \<fileName\>] Closes #7683. PiperOrigin-RevId: 239028987
{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.