about summary refs log tree commit diff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/kit/README.md2
-rw-r--r--views/kit/buildkite.yml8
2 files changed, 10 insertions, 0 deletions
diff --git a/views/kit/README.md b/views/kit/README.md
index 9fb32efb4b..491a97c0c4 100644
--- a/views/kit/README.md
+++ b/views/kit/README.md
@@ -1,6 +1,8 @@
 The TVL Kit
 ===========
 
+[![Build status](https://badge.buildkite.com/cd7240a881c7e77c3ed8cc040f81734623f57038563b37213d.svg?branch=canon)](https://buildkite.com/tvl/tvl-kit)
+
 This folder contains a publicly available version of the core TVL
 tooling, currently comprising of:
 
diff --git a/views/kit/buildkite.yml b/views/kit/buildkite.yml
new file mode 100644
index 0000000000..cf6795f211
--- /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"