diff options
| author | Erik Martin-Dorel | 2020-08-29 00:30:12 +0200 |
|---|---|---|
| committer | Erik Martin-Dorel | 2020-08-29 00:33:37 +0200 |
| commit | 2615a8979322e5a462993d90d585f18ada429d75 (patch) | |
| tree | 986a3c4fe2d8a03ce5acbefdc0c03e7caf8670c5 | |
| parent | 1d48732459725993cf26b88c4b4f7aad6dd8a2be (diff) | |
chore: refactor GitLab CI config a bit to lighten nightly builds
* more precisely: jobs {coq-8.12, mathcomp-dev:coq-8.12} are unneeded
in the scheduled pipeline
https://gitlab.com/math-comp/math-comp/-/pipelines/182928354
* Insert commented jobs for upcoming coq-8.13 as well.
| -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 |
