Add Bazel CI configuration

This was previously present in
https://github.com/bazelbuild/continuous-integration, but the Bazel team
asked us to move it to our repo. It will be helpful if we need to change
the build configuration, eg to add new platforms.
This commit is contained in:
Rodrigo Queiro 2018-04-18 11:52:15 +02:00
parent dd2b93d761
commit e0341da07b

17
.bazelci/presubmit.yml Normal file
View File

@ -0,0 +1,17 @@
---
platforms:
ubuntu1404:
build_targets:
- "..."
test_targets:
- "..."
ubuntu1604:
build_targets:
- "..."
test_targets:
- "..."
macos:
build_targets:
- "..."
test_targets:
- "..."