Skip to content
Snippets Groups Projects
Commit a799180e authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update .gitlab-ci.yml

parent 5795b100
No related branches found
No related tags found
No related merge requests found
stages:
- test
- docs
before_script:
# workaround for https://github.com/JuliaDocs/Documenter.jl/issues/686
- apt-get -qq update; apt-get -y install git
......@@ -31,18 +35,21 @@ before_script:
Julia 1.6:
image: julia:1.6
stage: test
extends:
- .script
- .coverage
Julia 1.8:
image: julia:1.8
stage: test
extends:
- .script
- .coverage
docs:
image: julia:1.6
stage: docs
script:
- |
julia --project=docs -e '
......
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