about summary refs log tree commit diff
path: root/tvix/buildkite.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/buildkite.yml')
-rw-r--r--tvix/buildkite.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tvix/buildkite.yml b/tvix/buildkite.yml
new file mode 100644
index 0000000000..2a24ca4264
--- /dev/null
+++ b/tvix/buildkite.yml
@@ -0,0 +1,10 @@
+# Build pipeline for the filtered //views/tvix workspace of depot. This
+# pipeline is triggered by each build of canon.
+#
+# Pipeline status is visible on https://buildkite.com/tvl/tvix
+
+steps:
+  - label: ":crab: cargo build"
+    command: |
+      nix-shell --run "cargo build && cargo test"
+    timeout_in_minutes: 10