tvl-depot/tvix/buildkite.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
290 B
YAML
Raw Normal View History

# Build pipeline for the filtered //views/tvix workspace of depot. This
# pipeline is triggered by each build of canon.
#
# Pipeline status is visible on https://buildkite.com/tvl/tvix
steps:
- label: ":crab: cargo build"
command: |
nix-shell --run "cargo build && cargo test"