Skip to content

Commit 97067aa

Browse files
committed
Build after develop.
JuliaLang/Pkg.jl#862
1 parent 849f335 commit 97067aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cuarrays:
4444
- mkdir $JULIA_DEPOT_PATH # Pkg3.jl#325
4545
- julia -e 'using Pkg;
4646
Pkg.develop(PackageSpec(path=pwd()));
47+
Pkg.build();
4748
Pkg.add(PackageSpec(name="CuArrays", rev="master"));
4849
Pkg.test("CuArrays");'
4950
allow_failure: true

0 commit comments

Comments
 (0)