summaryrefslogtreecommitdiffstats
path: root/.bazelrc
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2016-05-21 19:55:01 +0200
committerDavid Ostrovsky <david@ostrovsky.org>2016-06-14 21:12:02 +0200
commitb81b4f75ae5137b838ac370db0113cc2fbdccd15 (patch)
tree4b38fa415981bc55dc93ff88e5b2a663168d84a5 /.bazelrc
parent7635765a6df8d477e5c0e12a51fd6a8573086d7a (diff)
Implement Bazel build
To run the tests: bazel test //... To build the Gerrit plugin API, run: bazel build gerrit-plugin-api:plugin-api_deploy.jar To build the Gerrit extension API, run: bazel build gerrit-extension-api:extension-api_deploy.jar TODOs: Licenses Reduce visibility (all public for now) Generate HTML Documentation Core plugins gerrit_plugin() rule to build plugins in tree and standalone modes GWT UI (only gwt_module() skylark rule is provided, no gwt_binary()) PolyGerrit UI WAR Publish artifacts to Maven Central Ask Bazel team to add Gerrit to their CI on ci.bazel.io Contributed-By: Han-Wen Nienhuys <hanwen@google.com> Change-Id: I9a86e670882a44a5c966579cdeb8ed79b1590de3
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
new file mode 100644
index 0000000000..00acd270dd
--- /dev/null
+++ b/.bazelrc
@@ -0,0 +1 @@
+build --strategy=Javac=worker