Skip to content

Commit 3f458cd

Browse files
Merge pull request #88 from FluxML/dg/bk
add buildkite pipeline
2 parents 88b7ca6 + 23b152a commit 3f458cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.buildkite/pipeline.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
steps:
2+
- label: "GPU integeration with julia v1.6"
3+
plugins:
4+
- JuliaCI/julia#v1:
5+
version: "1"
6+
- JuliaCI/julia-test#v1: ~
7+
agents:
8+
queue: "juliagpu"
9+
cuda: "*"
10+
timeout_in_minutes: 120

0 commit comments

Comments
 (0)