about summary refs log tree commit diff
path: root/third_party/gerrit-queue/.buildkite/pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gerrit-queue/.buildkite/pipeline.yml')
-rw-r--r--third_party/gerrit-queue/.buildkite/pipeline.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/gerrit-queue/.buildkite/pipeline.yml b/third_party/gerrit-queue/.buildkite/pipeline.yml
new file mode 100644
index 0000000000..0885cb9694
--- /dev/null
+++ b/third_party/gerrit-queue/.buildkite/pipeline.yml
@@ -0,0 +1,13 @@
+steps:
+  - command: |
+      . /var/lib/buildkite-agent/.nix-profile/etc/profile.d/nix.sh
+      # produces a ./gerrit-queue
+      nix-shell --run ./.buildkite/build.sh
+
+      mkdir -p out
+      mv ./gerrit-queue out/gerrit-queue-$(git describe --tags)
+
+    label: "Build (linux/amd64)"
+    timeout: 30
+    artifact_paths:
+      - "out/*"