about summary refs log tree commit diff
path: root/tvix/buildkite.yml
blob: 2a24ca42643a32bb52554c806a5497546ea18921 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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"
    timeout_in_minutes: 10