blob: 0885cb9694ee1b8781db00e0375af97e49c4bacd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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/*"
|