diff options
Diffstat (limited to 'views/kit/buildkite.yml')
-rw-r--r-- | views/kit/buildkite.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/views/kit/buildkite.yml b/views/kit/buildkite.yml new file mode 100644 index 000000000000..0bba63726db5 --- /dev/null +++ b/views/kit/buildkite.yml @@ -0,0 +1,16 @@ +# 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" + + - label: ":nix: lazy-deps" + command: | + nix-build -E 'with import ./. {}; lazy-deps { mg.attr = "magrathea"; }' + result/bin/mg |