forked from BigfootDev/flatbuffers
Use the "simple format" defined here:
69cf7ec23d/buildkite/bazelci.py (L1453)
This will unbreak the "Bazel / FlatBuffers"
pipeline on Bazel CI, see
https://buildkite.com/bazel/flatbuffers
19 lines
254 B
YAML
19 lines
254 B
YAML
---
|
|
buildifier: latest
|
|
platforms:
|
|
ubuntu1404:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|
|
ubuntu1604:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|
|
macos:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|