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

Commit c640139

Browse files
committed
clone packages
1 parent f7b272f commit c640139

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

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

711
Pkg.checkout("Transpiler", "sd/struct_buffer")
812
Pkg.checkout("Sugar", "sd/struct_buffer")

0 commit comments

Comments
 (0)