File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
steps :
2
- - label : " GPU integeration with julia v1.6 " # change to "v1" when 1.6 is out
2
+ - label : " CUDA support "
3
3
plugins :
4
4
- JuliaCI/julia#v1:
5
- version : " 1"
6
- - JuliaCI/julia-test#v1: ~
5
+ version : 1.6
6
+ command : |
7
+ julia -e 'using Pkg;
8
+
9
+ println("--- :julia: Instantiating project");
10
+ Pkg.develop(PackageSpec(path=pwd()));
11
+ Pkg.add(PackageSpec(url="https://github.com/FluxML/FluxCUDA.jl", rev="main"));
12
+ Pkg.instantiate();
13
+
14
+ println("+++ :julia: Running tests");
15
+ Pkg.test("FluxCUDA"; coverage=true);'
7
16
agents :
8
17
queue : " juliagpu"
9
18
cuda : " *"
19
+ if : build.message !~ /\[skip tests\]/
10
20
timeout_in_minutes : 60
11
-
12
- # - label: "GPU nightly"
13
- # plugins:
14
- # - JuliaCI/julia#v1:
15
- # version: "nightly"
16
- # - JuliaCI/julia-test#v1: ~
17
- # agents:
18
- # queue: "juliagpu"
19
- # cuda: "*"
20
- # timeout_in_minutes: 60
You can’t perform that action at this time.
0 commit comments