82ba42c439
this tool is generically useful for other TVL-like setups Change-Id: I182259a7ddb61b4ebdce98ef7893a0ac58a6baec Reviewed-on: https://cl.tvl.fyi/c/depot/+/5271 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: ezemtsov <eugene.zemtsov@gmail.com>
10 lines
353 B
YAML
10 lines
353 B
YAML
# Build pipeline for the filtered //views/kit workspace of depot. This
|
|
# pipeline is triggered by each build of canon.
|
|
#
|
|
# Pipeline status is visible on https://buildkite.com/tvl/tvl-kit
|
|
|
|
steps:
|
|
- command: "nix-build --no-out-link -A besadii"
|
|
label: ":nix: besadii"
|
|
- command: "nix-build --no-out-link -A magrathea"
|
|
label: ":nix: magrathea"
|