Skip to content
Snippets Groups Projects
Commit 6b1449be authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Update .gitlab-ci.yml

parent 6b310b06
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ stages: ...@@ -9,6 +9,8 @@ stages:
build documentation: build documentation:
stage: documentation stage: documentation
script: script:
- julia --project=. -e 'using Pkg; Pkg.Registry.add(Pkg.RegistrySpec(url="https://github.com/JuliaRegistries/General.git"))'
- julia --project=. -e 'using Pkg; Pkg.Registry.add(url="https://git.nilu.no/julia/registry")'
- julia --project=. -e 'using Pkg; Pkg.instantiate()' - julia --project=. -e 'using Pkg; Pkg.instantiate()'
- julia --project=. docs/make.jl - julia --project=. docs/make.jl
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment