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

add CI job for testing against latest ssreflect

If there are breaking changes coming in ssreflect, it would be nice to
know early.
parent 47c0d32f
No related branches found
No related tags found
1 merge request!55add CI job for testing against latest ssreflect
Pipeline #20515 passed
...@@ -46,7 +46,12 @@ stages: ...@@ -46,7 +46,12 @@ stages:
extends: .build extends: .build
# it's ok to fail with an unreleased version of Coq # it's ok to fail with an unreleased version of Coq
allow_failure: true allow_failure: true
latest-coq-8.10:
extends: .build
# it's ok to fail with an unreleased version of ssreflect
allow_failure: true
validate: validate:
stage: process stage: process
image: mathcomp/mathcomp:1.9.0-coq-8.10 image: mathcomp/mathcomp:1.9.0-coq-8.10
......
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