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

bump supported Coq and mathcomp versions and update CI

parent 580f1e6d
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ stages: ...@@ -26,7 +26,7 @@ stages:
- opam install -y -v -j ${NJOBS} coq-prosa - opam install -y -v -j ${NJOBS} coq-prosa
.preferred-stable-version: .preferred-stable-version:
image: mathcomp/mathcomp:1.13.0-coq-8.14 image: mathcomp/mathcomp:1.14.0-coq-8.15
.build: .build:
image: mathcomp/mathcomp:${CI_JOB_NAME} image: mathcomp/mathcomp:${CI_JOB_NAME}
...@@ -38,14 +38,16 @@ stages: ...@@ -38,14 +38,16 @@ stages:
.compile: .compile:
stage: build stage: build
image: mathcomp/mathcomp:1.13.0-coq-8.14 extends:
- .preferred-stable-version
script: script:
- ./create_makefile.sh --without-classic - ./create_makefile.sh --without-classic
- make -j ${NJOBS} - make -j ${NJOBS}
.compile-classic: .compile-classic:
stage: build stage: build
image: mathcomp/mathcomp:1.13.0-coq-8.14 extends:
- .preferred-stable-version
script: script:
- ./create_makefile.sh --only-classic - ./create_makefile.sh --only-classic
- make -j ${NJOBS} - make -j ${NJOBS}
...@@ -113,6 +115,11 @@ stages: ...@@ -113,6 +115,11 @@ stages:
- .build - .build
- .not_in_wip_branches - .not_in_wip_branches
1.14.0-coq-8.15:
extends:
- .build
- .not_in_wip_branches
compile: compile:
extends: extends:
- .compile - .compile
......
...@@ -13,8 +13,8 @@ build: [ ...@@ -13,8 +13,8 @@ build: [
] ]
install: [make "install"] install: [make "install"]
depends: [ depends: [
"coq" {((>= "8.13" & < "8.15~") | = "dev")} "coq" {((>= "8.13" & < "8.16~") | = "dev")}
"coq-mathcomp-ssreflect" {((>= "1.12" & < "1.14~") | = "dev")} "coq-mathcomp-ssreflect" {((>= "1.12" & < "1.15~") | = "dev")}
] ]
tags: [ 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