We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e00f0 commit cd2546aCopy full SHA for cd2546a
.buildkite/pipeline.yml
@@ -0,0 +1,10 @@
1
+---
2
+steps:
3
+ - label: ":rocket: Launch test jobs"
4
+ command: |
5
+ # Linux x86_64
6
+ OS=linux ARCH=x86_64 \
7
+ buildkite-agent pipeline upload ./runtests.yml
8
+ agents:
9
+ queue: "julia"
10
+ os: "linux"
.buildkite/runtests.yml
@@ -0,0 +1,8 @@
+ - label: ":linux: Test ${OS?}-${ARCH?}"
+ plugins:
+ - JuliaCI/julia#v1:
+ version: "nightly"
+ julia --version
0 commit comments