2023-02-01 15:13:16 +01:00
|
|
|
# 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"
|
2024-04-13 12:34:31 +02:00
|
|
|
timeout_in_minutes: 10
|