diff options
| author | Kazuhiko Sakaguchi | 2020-09-10 21:19:55 +0900 |
|---|---|---|
| committer | Kazuhiko Sakaguchi | 2020-10-07 23:23:26 +0900 |
| commit | ad55cb4128382852370ea53d36f4d21a83274e8b (patch) | |
| tree | 8148c7f1949eacec6f80db04c85b6b745e623d5b /.gitlab-ci.yml | |
| parent | 5222da0de26b9843dfbb1b8462fabea9c0396714 (diff) | |
Turn class_of records into primitive records and get rid of the xclass idiom
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eaf1ee..99fe690 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -82,12 +82,6 @@ make-coq-latest: - merge_requests - schedules -coq-8.7: - extends: .opam-build-once - -coq-8.8: - extends: .opam-build-once - coq-8.9: extends: .opam-build-once @@ -173,16 +167,6 @@ test-coq-8.9: variables: COQ_VERSION: "8.9" -test-coq-8.8: - extends: .test-once - variables: - COQ_VERSION: "8.8" - -test-coq-8.7: - extends: .test-once - variables: - COQ_VERSION: "8.7" - # set CONTRIB_URL, script, COQ_VERSION, CONTRIB_VERSION when using .ci: stage: test @@ -228,16 +212,6 @@ test-coq-8.7: - merge_requests - schedules -ci-fourcolor-8.7: - extends: .ci-fourcolor - variables: - COQ_VERSION: "8.7" - -ci-fourcolor-8.8: - extends: .ci-fourcolor - variables: - COQ_VERSION: "8.8" - ci-fourcolor-8.9: extends: .ci-fourcolor variables: @@ -277,16 +251,6 @@ ci-fourcolor-dev: - merge_requests - schedules -ci-odd-order-8.7: - extends: .ci-odd-order - variables: - COQ_VERSION: "8.7" - -ci-odd-order-8.8: - extends: .ci-odd-order - variables: - COQ_VERSION: "8.8" - ci-odd-order-8.9: extends: .ci-odd-order variables: @@ -352,16 +316,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.7: - extends: .ci-bigenough - variables: - COQ_VERSION: "8.7" - -ci-bigenough-8.8: - extends: .ci-bigenough - variables: - COQ_VERSION: "8.8" - ci-bigenough-8.9: extends: .ci-bigenough variables: @@ -398,16 +352,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.7: -# extends: .ci-real-closed -# variables: -# COQ_VERSION: "8.7" -# -# ci-real-closed-8.8: -# extends: .ci-real-closed -# variables: -# COQ_VERSION: "8.8" -# # ci-real-closed-8.9: # extends: .ci-real-closed # variables: @@ -455,16 +399,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.7: - extends: .ci-finmap - variables: - COQ_VERSION: "8.7" - -ci-finmap-8.8: - extends: .ci-finmap - variables: - COQ_VERSION: "8.8" - ci-finmap-8.9: extends: .ci-finmap variables: @@ -557,12 +491,6 @@ ci-fcsl-pcm-dev: except: - schedules -mathcomp-dev:coq-8.7: - extends: .docker-deploy-once - -mathcomp-dev:coq-8.8: - extends: .docker-deploy-once - mathcomp-dev:coq-8.9: extends: .docker-deploy-once |
