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,10 +31,13 @@ steps:
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
- include(joinpath(Pkg.devdir(), "oneAPI", "deps", "build_ci.jl"))
37
+ filename = Base.find_package("oneAPI")
38
+ filename = filename[1:findfirst("oneAPI.jl", filename)[1]-1]
39
+ filename *= "../deps/build_ci.jl"
40
+ include(filename)
38
41
Pkg.activate()
39
42
40
43
println("+++ :julia: Running tests")
56
59
57
60
println("--- :julia: Instantiating project")
58
61
Pkg.develop(; path=pwd())
59
- Pkg.develop (; name=" Metal")
62
+ Pkg.add (; url="https://github.com/leios/ Metal.jl/", rev="GtK_transition ")
60
63
61
64
println("+++ :julia: Running tests")
62
65
Pkg.test("Metal"; coverage=true)'
0 commit comments