Skip to content

Commit b0d83e1

Browse files
committed
add julia 1.6 to buildkite
1 parent 41fca78 commit b0d83e1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,16 @@ steps:
1515
cuda: "*"
1616
if: build.message !~ /\[skip tests\]/
1717
timeout_in_minutes: 60
18+
19+
- label: "Julia 1.6"
20+
plugins:
21+
- JuliaCI/julia#v0.5:
22+
version: 1.6
23+
- JuliaCI/julia-test#v0.3: ~
24+
# - JuliaCI/julia-coverage#v0.3:
25+
# codecov: true
26+
agents:
27+
queue: "juliagpu"
28+
cuda: "*"
29+
if: build.message !~ /\[skip tests\]/
30+
timeout_in_minutes: 60

0 commit comments

Comments
 (0)