Skip to content

Commit da78c6a

Browse files
Update .gitlab-ci.yml
1 parent 145a425 commit da78c6a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,7 @@ build:
2222
- export PATH="$(pwd)/julia-1.1.1/bin:$PATH"
2323
- julia -e "using InteractiveUtils;
2424
versioninfo()"
25-
- julia --project -e "using Pkg;
26-
Pkg.update();
27-
Pkg.instantiate();
28-
Pkg.add(\"SparseDiffTools\");
29-
pkg\"precompile\";
30-
using SparseDiffTools;"
25+
- julia --project -e "using Pkg; Pkg.build(); Pkg.test(); using SparseDiffTools"
3126
only:
3227
- master
3328
- tags

0 commit comments

Comments
 (0)