diff options
| author | Cyril Cohen | 2020-11-09 13:01:18 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2020-11-11 23:22:12 +0100 |
| commit | d84c26fa2eeeeb0029a56bac37bf1bae9f10882a (patch) | |
| tree | ab048c326c8357ca5dd59bf00db26dca64442263 /.gitlab-ci.yml | |
| parent | d0449f7e13f06ab7295f6919d1701e8adfa72d61 (diff) | |
Intro pattern extensions for dup, swap and apply
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b7ae64..607ff61 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,9 +89,6 @@ make-coq-latest: variables: - $CRON_MODE == "nightly" -coq-8.9: - extends: .opam-build-once - coq-8.10: extends: .opam-build-once @@ -173,11 +170,6 @@ test-coq-8.10: variables: COQ_VERSION: "8.10" -test-coq-8.9: - extends: .test-once - variables: - COQ_VERSION: "8.9" - # set CONTRIB_URL, script, COQ_VERSION, CONTRIB_VERSION when using .ci: stage: test @@ -222,11 +214,6 @@ test-coq-8.9: - make -j "${NJOBS}" - make install -ci-fourcolor-8.9: - extends: .ci-fourcolor - variables: - COQ_VERSION: "8.9" - ci-fourcolor-8.10: extends: .ci-fourcolor variables: @@ -257,11 +244,6 @@ ci-fourcolor-dev: - make -j "${NJOBS}" - make install -ci-odd-order-8.9: - extends: .ci-odd-order - variables: - COQ_VERSION: "8.9" - ci-odd-order-8.10: extends: .ci-odd-order variables: @@ -322,11 +304,6 @@ ci-lemma-overloading-dev: - opam pin add -n -k path coq-mathcomp-bigenough . - opam install -y -v -j "${NJOBS}" coq-mathcomp-bigenough -ci-bigenough-8.9: - extends: .ci-bigenough - variables: - COQ_VERSION: "8.9" - ci-bigenough-8.10: extends: .ci-bigenough variables: @@ -358,11 +335,6 @@ ci-bigenough-dev: # - opam install -y -v -j "${NJOBS}" --deps-only coq-mathcomp-real-closed # - opam install -y -v -j "${NJOBS}" coq-mathcomp-real-closed # -# ci-real-closed-8.9: -# extends: .ci-real-closed -# variables: -# COQ_VERSION: "8.9" -# # ci-real-closed-dev: # extends: .ci-real-closed # variables: @@ -379,16 +351,6 @@ ci-bigenough-dev: # - opam install -y -v -j "${NJOBS}" --deps-only coq-mathcomp-analysis # - opam install -y -v -j "${NJOBS}" coq-mathcomp-analysis # -# ci-analysis-8.8: -# extends: .ci-analysis -# variables: -# COQ_VERSION: "8.8" -# -# ci-analysis-8.9: -# extends: .ci-analysis -# variables: -# COQ_VERSION: "8.9" -# # ci-analysis-dev: # extends: .ci-analysis # variables: @@ -405,11 +367,6 @@ ci-bigenough-dev: - opam install -y -v -j "${NJOBS}" --deps-only coq-mathcomp-finmap - opam install -y -v -j "${NJOBS}" coq-mathcomp-finmap -ci-finmap-8.9: - extends: .ci-finmap - variables: - COQ_VERSION: "8.9" - ci-finmap-8.10: extends: .ci-finmap variables: @@ -502,9 +459,6 @@ ci-fcsl-pcm-dev: variables: - $CRON_MODE == "nightly" -mathcomp-dev_coq-8.9: - extends: .docker-deploy-once - mathcomp-dev_coq-8.10: extends: .docker-deploy-once |
