diff options
| author | Georges Gonthier | 2019-04-30 13:18:07 +0200 |
|---|---|---|
| committer | Georges Gonthier | 2019-04-30 13:18:30 +0200 |
| commit | ee28b40acc5517b1c19bf4e309e035bb491de9f2 (patch) | |
| tree | 594c5f9189f08ed87ac1aa904ad1bfe38ad57cc6 | |
| parent | 40d59ae3ea96f9ee8188bd2fbfe0bc8be19b6c5b (diff) | |
Restore CI with `finmap master`
Following merge of math-comp/finmap#36
| -rw-r--r-- | .gitlab-ci.yml | 8 |
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" ################ |
