diff options
| author | Cyril Cohen | 2020-09-07 09:53:14 +0200 |
|---|---|---|
| committer | GitHub | 2020-09-07 09:53:14 +0200 |
| commit | 9adc523e89022fc6ac77471fb3fe381ad344d060 (patch) | |
| tree | 64069235795cb11ce87a948f97fce98dce2435f3 | |
| parent | 0d8d89239a0fbd5f5c6856e018054e5cc1dfe404 (diff) | |
| parent | 2615a8979322e5a462993d90d585f18ada429d75 (diff) | |
Merge pull request #557 from erikmd/lighten-nightly-build
chore: refactor GitLab CI config a bit to lighten nightly builds
| -rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 945c664..6e96a28 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -98,8 +98,12 @@ coq-8.11: extends: .opam-build-once coq-8.12: - # to be replaced with .opam-build-once when 8.12.0 available - extends: .opam-build + extends: .opam-build-once + +# to uncomment when 8.13+alpha available +# coq-8.13: +# # to be replaced with .opam-build-once when 8.13.0 available +# extends: .opam-build coq-dev: extends: .opam-build @@ -448,8 +452,12 @@ mathcomp-dev:coq-8.11: extends: .docker-deploy-once mathcomp-dev:coq-8.12: - # to be replaced with .docker-deploy-once when 8.12.0 available - extends: .docker-deploy + extends: .docker-deploy-once + +# to uncomment when 8.13+alpha available +# mathcomp-dev:coq-8.13: +# # to be replaced with .docker-deploy-once when 8.13.0 available +# extends: .docker-deploy mathcomp-dev:coq-dev: extends: .docker-deploy |
