de68d8321f
We should cap the time of a `cargo build && cargo test` to a reasonable amount of time. Change-Id: If618198459ac267f9f6d7eb60466534a95a95c2c Reviewed-on: https://cl.tvl.fyi/c/depot/+/11404 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
10 lines
317 B
YAML
10 lines
317 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"
|
|
timeout_in_minutes: 10
|