1
Fork 0
hermetic_cc_toolchain/.buildkite/pipeline.yml

9 lines
146 B
YAML
Raw Normal View History

2023-02-05 18:56:24 +02:00
steps:
- label: "Build"
command: tools/bazel build //...
2023-02-20 07:48:09 +02:00
- label: "Lint"
command: ci/lint
2023-02-05 18:56:24 +02:00
agents:
- "queue=init"
- "docker=*"