Skip to content
Snippets Groups Projects
Commit 552e084b authored by Xavier Urbain's avatar Xavier Urbain
Browse files

Update .gitlab-ci.yml file

parent fab40648
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@ stages:
stage: build
image: coqorg/${CI_JOB_NAME}
before_script:
- if [ -n "${COMPILER_EDGE}" ]; then opam switch ${COMPILER_EDGE} && eval $(opam env); fi
- if [ -n "${COMPILER_EDGE}" ]; then opam switch ${COMPILER_EDGE}; fi
- eval $(opam env)
- opam update -y
- opam config list
- opam repo list
......
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