Add config for Bazel CI

This will ensure gRPC-Web is compatible with the latest Bazel.
If we enable presubmit testing, we can remove Bazel from Kokoro
and speed-up CI.
This commit is contained in:
Yannic Bonenberger 2019-10-24 17:33:39 +02:00 committed by Stanley Cheung
parent 1c2a0b75f1
commit 7d9492b5ac
1 changed files with 20 additions and 0 deletions

20
.bazelci/presubmit.yml Normal file
View File

@ -0,0 +1,20 @@
---
# TODO(yannic): Enable buildifier and test on Windows and RBE (both unsupported by rules_closure).
platforms:
macos:
build_targets:
- //...
test_targets:
- //...
ubuntu1604:
build_targets:
- //...
test_targets:
- //...
ubuntu1804:
build_targets:
- "//..."
test_targets:
- //...