mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 23:40:01 +00:00
https://github.com/bazelbuild/continuous-integration/tree/master/buildkite#configuring-a-pipeline
24 lines
324 B
YAML
24 lines
324 B
YAML
---
|
|
buildifier: true
|
|
platforms:
|
|
ubuntu1404:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|
|
ubuntu1604:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|
|
macos:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|
|
windows:
|
|
build_targets:
|
|
- "..."
|
|
test_targets:
|
|
- "..."
|