Skip to content

Commit 29ac212

Browse files
committed
Add the config file for the Buildkite pipeline
1 parent 967ef33 commit 29ac212

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

.buildkite/pipeline.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# env:
2+
# SECRET_CODECOV_TOKEN: "..."
3+
4+
steps:
5+
- label: "Julia 1.5"
6+
plugins:
7+
- JuliaCI/julia#v0.5:
8+
version: 1.5
9+
- JuliaCI/julia-test#v0.3: ~
10+
# - JuliaCI/julia-coverage#v0.3:
11+
# codecov: true
12+
agents:
13+
queue: "juliagpu"
14+
cuda: "*"
15+
if: build.message !~ /\[skip tests\]/
16+
timeout_in_minutes: 60

.gitlab-ci.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)