tvl-depot/views/tvix/buildkite.yml
Florian Klink 2c4554679c feat(views/tvix): add buildkite pipeline
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
2023-02-01 17:11:50 +00:00

9 lines
290 B
YAML

# 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"