1
Fork 0
hermetic_cc_toolchain/.buildkite/pipeline.yml

9 lines
146 B
YAML

steps:
- label: "Build"
command: tools/bazel build //...
- label: "Lint"
command: ci/lint
agents:
- "queue=init"
- "docker=*"