2c4554679c
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
9 lines
290 B
YAML
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"
|