diff options
author | Florian Klink <flokli@flokli.de> | 2023-02-01T14·13+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-02-01T17·11+0000 |
commit | 2c4554679cd33e14d8ec2ecdbdcb81f6d67285d1 (patch) | |
tree | cf87f63de0a5010699126f101f8706a167fe7253 | |
parent | 4a7ec1006ddf6bba13116890cddbc9e338bddc08 (diff) |
feat(views/tvix): add buildkite pipeline r/5814
Change-Id: Iabfc8c64012500a39aaafb3976ceb4a249387ee8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8002 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
-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" |