David Ostrovsky | a4f5fc1 | 2019-05-25 17:05:08 +0200 | [diff] [blame] | 1 | build --repository_cache=~/.gerritcodereview/bazel-cache/repository |
2 | build --experimental_strict_action_env | ||||
3 | build --action_env=PATH | ||||
4 | build --disk_cache=~/.gerritcodereview/bazel-cache/cas | ||||
David Pursehouse | 4c33f70 | 2019-05-26 17:47:08 +0900 | [diff] [blame] | 5 | build --java_toolchain //tools:error_prone_warnings_toolchain |
David Ostrovsky | a4f5fc1 | 2019-05-25 17:05:08 +0200 | [diff] [blame] | 6 | |
7 | test --build_tests_only | ||||
8 | test --test_output=errors | ||||
9 |