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 1010
1111 println("--- :julia: Instantiating project")
1212 Pkg.develop(; path=pwd())
13- Pkg.develop (; name=" CUDA")
13+ Pkg.add (; url="https://github.com/leios/ CUDA.jl/", rev="GtK_trans ")
1414
1515 println("+++ :julia: Running tests")
1616 Pkg.test("CUDA"; coverage=true)'
3131
3232 println("--- :julia: Instantiating project")
3333 Pkg.develop(; path=pwd())
34- Pkg.develop (; name=" oneAPI")
34+ Pkg.add (; url="https://github.com/leios/ oneAPI.jl/", rev="GtK_transition ")
3535
3636 println("+++ :julia: Building support library")
3737 include(joinpath(Pkg.devdir(), "oneAPI", "deps", "build_ci.jl"))
5656
5757 println("--- :julia: Instantiating project")
5858 Pkg.develop(; path=pwd())
59- Pkg.develop (; name=" Metal")
59+ Pkg.add (; url="https://github.com/leios/ Metal.jl/", rev="GtK_transition ")
6060
6161 println("+++ :julia: Running tests")
6262 Pkg.test("Metal"; coverage=true)'
You can’t perform that action at this time.
0 commit comments