mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 19:51:11 +00:00
Add presubmit.yml for bazel CI configuration (#5193)
https://github.com/bazelbuild/continuous-integration/tree/master/buildkite#configuring-a-pipeline
This commit is contained in:
committed by
Wouter van Oortmerssen
parent
78c50e340b
commit
e9d9d64527
23
.bazelci/presubmit.yml
Normal file
23
.bazelci/presubmit.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
buildifier: true
|
||||||
|
platforms:
|
||||||
|
ubuntu1404:
|
||||||
|
build_targets:
|
||||||
|
- "..."
|
||||||
|
test_targets:
|
||||||
|
- "..."
|
||||||
|
ubuntu1604:
|
||||||
|
build_targets:
|
||||||
|
- "..."
|
||||||
|
test_targets:
|
||||||
|
- "..."
|
||||||
|
macos:
|
||||||
|
build_targets:
|
||||||
|
- "..."
|
||||||
|
test_targets:
|
||||||
|
- "..."
|
||||||
|
windows:
|
||||||
|
build_targets:
|
||||||
|
- "..."
|
||||||
|
test_targets:
|
||||||
|
- "..."
|
||||||
Reference in New Issue
Block a user