Add configuration for Bazel CI (#1083)

This builds and tests on Ubuntu 16.
master
Rodrigo Queiro 2018-04-18 15:43:39 +02:00 committed by Wally B. Feed
parent 03d56871c1
commit 3383643627
1 changed files with 10 additions and 0 deletions

10
.bazelci/presubmit.yml Normal file
View File

@ -0,0 +1,10 @@
---
platforms:
ubuntu1604:
build_targets:
- "..."
# Tests cannot run concurrently as some of them open the same port.
test_flags:
- "--jobs=1"
test_targets:
- "..."