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