Skip to content
Snippets Groups Projects
Commit 790c5bb0 authored by Björn Brandenburg's avatar Björn Brandenburg
Browse files

CI: use Coq 8.14

parent 798d2dc5
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ stages:
- opam install -y -v -j ${NJOBS} coq-prosa
.preferred-stable-version:
image: mathcomp/mathcomp:1.12.0-coq-8.13
image: mathcomp/mathcomp:1.12.0-coq-8.14
.build:
image: mathcomp/mathcomp:${CI_JOB_NAME}
......@@ -38,14 +38,14 @@ stages:
.compile:
stage: build
image: mathcomp/mathcomp:1.12.0-coq-8.13
image: mathcomp/mathcomp:1.12.0-coq-8.14
script:
- ./create_makefile.sh --without-classic
- make -j ${NJOBS}
.compile-classic:
stage: build
image: mathcomp/mathcomp:1.12.0-coq-8.13
image: mathcomp/mathcomp:1.12.0-coq-8.14
script:
- ./create_makefile.sh --only-classic
- make -j ${NJOBS}
......@@ -98,6 +98,11 @@ stages:
- .build
- .not_in_wip_branches
1.12.0-coq-8.14:
extends:
- .build
- .not_in_wip_branches
compile:
extends:
- .compile
......
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