Skip to content
Snippets Groups Projects
Commit ccbad0e8 authored by Pierre Roux's avatar Pierre Roux Committed by Björn Brandenburg
Browse files

Compile with Coq 8.13 and mathcomp 1.12

parent ba61b9aa
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ stages:
- opam install -y -v -j ${NJOBS} coq-prosa
.preferred-stable-version:
image: mathcomp/mathcomp:1.10.0-coq-8.11
image: mathcomp/mathcomp:1.12.0-coq-8.13
.build:
image: mathcomp/mathcomp:${CI_JOB_NAME}
......@@ -23,14 +23,14 @@ stages:
.build-for-process:
stage: build
image: mathcomp/mathcomp:1.10.0-coq-8.11
image: mathcomp/mathcomp:1.12.0-coq-8.13
script:
- ./create_makefile.sh --without-classic
- make -j ${NJOBS}
.build-for-process-classic:
stage: build
image: mathcomp/mathcomp:1.10.0-coq-8.11
image: mathcomp/mathcomp:1.12.0-coq-8.13
script:
- ./create_makefile.sh --only-classic
- make -j ${NJOBS}
......@@ -72,6 +72,9 @@ stages:
1.11.0-coq-8.12:
extends: .build
1.12.0-coq-8.13:
extends: .build
build-for-process:
extends:
- .build-for-process
......@@ -94,7 +97,7 @@ spell-check:
script:
- scripts/flag-typos-in-comments.sh `find . -iname '*.v' ! -path './classic/*'`
coq-8.12:
coq-8.13:
extends:
- .build-dev
# it's ok to fail with an unreleased version of ssreflect
......
......@@ -13,8 +13,8 @@ build: [
]
install: [make "install"]
depends: [
"coq" {((>= "8.11" & < "8.13~") | = "dev")}
"coq-mathcomp-ssreflect" {((>= "1.10" & < "1.12~") | = "dev")}
"coq" {((>= "8.11" & < "8.14~") | = "dev")}
"coq-mathcomp-ssreflect" {((>= "1.10" & < "1.13~") | = "dev")}
]
tags: [
......
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