Skip to content
Snippets Groups Projects
Commit ea89c0a4 authored by Ralf Jung's avatar Ralf Jung
Browse files

also build against Coq 8.6

parent cbf35dd5
No related branches found
No related tags found
1 merge request!3use opam-based CI
Pipeline #
......@@ -19,3 +19,20 @@ gps-coq8.5.3:
artifacts:
paths:
- coq/ra/build-time-full.txt
gps-coq8.6:
tags:
- coq
script:
# prepare
- cd coq
- . build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect dev'
# build
- 'time make -j8'
cache:
key: "coq8.6"
paths:
- coq/opamroot/
only:
- master
- opam-ci
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