Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit 2b88280

Browse files
committed
Merge branch 'sd/tests' of github.com:JuliaGPU/CLArrays.jl into sd/tests
2 parents 93c607f + 1964c2d commit 2b88280

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/runtests.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ if (
33
get(ENV, "APPVEYOR", "") == "true" ||
44
get(ENV, "CI", "") == "true"
55
)
6-
Pkg.clone("Transpiler")
76
Pkg.clone("Sugar")
7+
Pkg.clone("Transpiler")
88
Pkg.clone("GPUArrays")
9-
Pkg.clone("OpenCL")
109

11-
Pkg.checkout("Transpiler", "sd/struct_buffer")
10+
Pkg.checkout("OpenCL", "sd/pointerfree")
1211
Pkg.checkout("Sugar", "sd/struct_buffer")
12+
Pkg.checkout("Transpiler", "sd/struct_buffer")
1313
Pkg.checkout("GPUArrays", "sd/abstractgpu")
14-
Pkg.checkout("OpenCL", "sd/pointerfree")
14+
1515
end
1616

1717
using CLArrays

0 commit comments

Comments
 (0)