File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
println("--- :julia: Instantiating project")
12
12
Pkg.develop(; path=pwd())
13
- Pkg.develop (; name=" CUDA")
13
+ Pkg.add (; url="https://github.com/leios/ CUDA.jl/", rev="GtK_trans ")
14
14
15
15
println("+++ :julia: Running tests")
16
16
Pkg.test("CUDA"; coverage=true)'
31
31
32
32
println("--- :julia: Instantiating project")
33
33
Pkg.develop(; path=pwd())
34
- Pkg.develop (; name=" oneAPI")
34
+ Pkg.add (; url="https://github.com/leios/ oneAPI.jl/", rev="GtK_transition ")
35
35
36
36
println("+++ :julia: Building support library")
37
37
include(joinpath(Pkg.devdir(), "oneAPI", "deps", "build_ci.jl"))
56
56
57
57
println("--- :julia: Instantiating project")
58
58
Pkg.develop(; path=pwd())
59
- Pkg.develop (; name=" Metal")
59
+ Pkg.add (; url="https://github.com/leios/ Metal.jl/", rev="GtK_transition ")
60
60
61
61
println("+++ :julia: Running tests")
62
62
Pkg.test("Metal"; coverage=true)'
You can’t perform that action at this time.
0 commit comments