diff options
Diffstat (limited to 'views/kit/buildkite.yml')
-rw-r--r-- | views/kit/buildkite.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/views/kit/buildkite.yml b/views/kit/buildkite.yml new file mode 100644 index 000000000000..406e81aad076 --- /dev/null +++ b/views/kit/buildkite.yml @@ -0,0 +1,10 @@ +# 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" |