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:
parent
dd2b93d761
commit
e0341da07b
17
.bazelci/presubmit.yml
Normal file
17
.bazelci/presubmit.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
platforms:
|
||||
ubuntu1404:
|
||||
build_targets:
|
||||
- "..."
|
||||
test_targets:
|
||||
- "..."
|
||||
ubuntu1604:
|
||||
build_targets:
|
||||
- "..."
|
||||
test_targets:
|
||||
- "..."
|
||||
macos:
|
||||
build_targets:
|
||||
- "..."
|
||||
test_targets:
|
||||
- "..."
|
||||
Loading…
Reference in New Issue
Block a user