59f97332b3
Imported from github/tvlfyi/gerrit-queue, originally from github/tweag/gerrit-queue but that upstream is unmaintained. git-subtree-dir: third_party/gerrit-queue git-subtree-mainline:ff10b7ab83
git-subtree-split:24f5a642af
Change-Id: I307cc38185ab9e25eb102c95096298a150ae13a2
13 lines
337 B
YAML
13 lines
337 B
YAML
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/*"
|