aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Gonthier2019-04-30 04:09:56 +0200
committerGitHub2019-04-30 04:09:56 +0200
commit40d59ae3ea96f9ee8188bd2fbfe0bc8be19b6c5b (patch)
tree6fa067ffb3ce60d5394ab44c961a67a4fa88a5f3 /.gitlab-ci.yml
parentc3b8865dbf01c857b6b619c620095c0385f66977 (diff)
parentc30500ff4db56b6b3ad77dad811e3da766b26e19 (diff)
Merge pull request #338 from math-comp/coq-ssrbool-refactor-compat
Fix compatibility for #237
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3eae6fa..b88a782 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -294,21 +294,29 @@ 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"
################