From 2c4554679cd33e14d8ec2ecdbdcb81f6d67285d1 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 1 Feb 2023 15:13:16 +0100 Subject: feat(views/tvix): add buildkite pipeline Change-Id: Iabfc8c64012500a39aaafb3976ceb4a249387ee8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8002 Autosubmit: flokli Reviewed-by: tazjin Tested-by: BuildkiteCI --- views/tvix/buildkite.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 views/tvix/buildkite.yml diff --git a/views/tvix/buildkite.yml b/views/tvix/buildkite.yml new file mode 100644 index 0000000000..4001ba9b9c --- /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" -- cgit 1.4.1