Skip to content

Commit cd2546a

Browse files
committed
initial bk stuff
1 parent 26e00f0 commit cd2546a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
steps:
3+
- label: ":linux: Test ${OS?}-${ARCH?}"
4+
plugins:
5+
- JuliaCI/julia#v1:
6+
version: "nightly"
7+
command: |
8+
julia --version

0 commit comments

Comments
 (0)