diff options
Diffstat (limited to 'views/tvix/buildkite.yml')
-rw-r--r-- | views/tvix/buildkite.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/views/tvix/buildkite.yml b/views/tvix/buildkite.yml new file mode 100644 index 000000000000..4001ba9b9cdb --- /dev/null +++ b/views/tvix/buildkite.yml @@ -0,0 +1,9 @@ +# 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" |