File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,29 @@ steps:
43
43
if : build.message !~ /\[skip tests\]/ && !build.pull_request.draft
44
44
timeout_in_minutes : 60
45
45
46
+ - label : " Metal.jl"
47
+ plugins :
48
+ - JuliaCI/julia#v1:
49
+ version : 1.8
50
+ - JuliaCI/julia-coverage#v1:
51
+ codecov : true
52
+ command : |
53
+ julia -e 'using Pkg;
54
+
55
+ println("--- :julia: Instantiating project");
56
+ Pkg.develop(PackageSpec(path=pwd()));
57
+ Pkg.add(PackageSpec(name="Metal", rev="main",
58
+ url="https://github.com/JuliaGPU/Metal.jl.git"));
59
+ Pkg.build();
60
+
61
+ println("+++ :julia: Running tests");
62
+ Pkg.test("Metal"; coverage=true);'
63
+ agents :
64
+ queue : " juliagpu"
65
+ metal : " *"
66
+ if : build.message !~ /\[skip tests\]/ && !build.pull_request.draft
67
+ timeout_in_minutes : 120
68
+
46
69
# - label: "AMDGPU.jl"
47
70
# plugins:
48
71
# - JuliaCI/julia#v1:
You can’t perform that action at this time.
0 commit comments