2022-01-22 14:20:40 +01:00
|
|
|
# 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"
|
2022-05-02 12:56:02 +02:00
|
|
|
|
2022-02-11 11:10:23 +01:00
|
|
|
- command: "nix-build --no-out-link -A magrathea"
|
|
|
|
label: ":nix: magrathea"
|
2022-05-02 12:56:02 +02:00
|
|
|
|
|
|
|
- label: ":nix: lazy-deps"
|
|
|
|
command: |
|
|
|
|
nix-build -E 'with import ./. {}; lazy-deps { mg.attr = "magrathea"; }'
|
|
|
|
result/bin/mg
|