Skip to content

Commit 299ac0a

Browse files
committed
Add Buildkite CI
TODO: Remove GitHub CI once this is known to work
1 parent a6a38e1 commit 299ac0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ steps:
44
plugins:
55
- JuliaCI/julia#v1:
66
version: "1"
7-
commands: |
8-
julia --version
7+
- JuliaCI/julia-test#v1:
98
agents:
109
queue: "juliaecosystem"
10+
sandbox.jl: "true"
1111
os: "linux"
1212
arch: "x86_64"
13+
timeout_in_minutes: 60

0 commit comments

Comments
 (0)