aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorges Gonthier2019-04-30 14:40:31 +0200
committerGitHub2019-04-30 14:40:31 +0200
commita3f3d1aead4b5c35fb4a74be1cca7a5cde253d9a (patch)
tree594c5f9189f08ed87ac1aa904ad1bfe38ad57cc6
parent40d59ae3ea96f9ee8188bd2fbfe0bc8be19b6c5b (diff)
parentee28b40acc5517b1c19bf4e309e035bb491de9f2 (diff)
Merge pull request #339 from math-comp/coq-ssrbool-refactor-compat
Restore CI with `finmap master`
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b88a782..3eae6fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -294,29 +294,21 @@ ci-bigenough-dev:
ci-finmap-8.7:
extends: .ci-finmap
variables:
- CONTRIB_URL: "https://github.com/ggonthier/finmap.git"
- CONTRIB_VERSION: coq-9995-compatibility
COQ_VERSION: "8.7"
ci-finmap-8.8:
extends: .ci-finmap
variables:
- CONTRIB_URL: "https://github.com/ggonthier/finmap.git"
- CONTRIB_VERSION: coq-9995-compatibility
COQ_VERSION: "8.8"
ci-finmap-8.9:
extends: .ci-finmap
variables:
- CONTRIB_URL: "https://github.com/ggonthier/finmap.git"
- CONTRIB_VERSION: coq-9995-compatibility
COQ_VERSION: "8.9"
ci-finmap-dev:
extends: .ci-finmap
variables:
- CONTRIB_URL: "https://github.com/ggonthier/finmap.git"
- CONTRIB_VERSION: coq-9995-compatibility
COQ_VERSION: "dev"
################