Skip to content

Commit d35febe

Browse files
committed
attempting to get buildkite to run
1 parent 3caeece commit d35febe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
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)'
@@ -31,7 +31,7 @@ steps:
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"))
@@ -56,7 +56,7 @@ steps:
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)'

0 commit comments

Comments
 (0)