Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from JuliaPlots/sd-gitlab
Browse files Browse the repository at this point in the history
activate gitlab
  • Loading branch information
SimonDanisch authored Nov 21, 2018
2 parents 7fc5a24 + 98af0a1 commit 107ae23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ job:
- julia -e 'using InteractiveUtils; versioninfo()'
- julia --project -e "using Pkg;
Pkg.instantiate();
Pkg.add(PackageSpec(name = \"Makie\", path=ENV[\"CI_PROJECT_DIR\"]));
Pkg.pkg\"add AbstractPlotting#master\";
Pkg.add(PackageSpec(name = \"GLMakie\", path=ENV[\"CI_PROJECT_DIR\"]));
Pkg.pkg\"add AbstractPlotting#sd-glmakie Makie#sd-glmakie\";
Pkg.build();
Pkg.test(\"Makie\");"
Pkg.test(\"GLMakie\");"
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Pkg

pkg"dev Makie https://github.com/JuliaPlots/MakieGallery.jl"
pkg"add Makie#sd-glmakie https://github.com/JuliaPlots/MakieGallery.jl"

#pkg"test MakieGallery"
using MakieGallery, GLMakie
Expand Down

0 comments on commit 107ae23

Please sign in to comment.