From be509a6926cd7bb7be414355ce4c2bdb352ca9fb Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 19 Feb 2020 09:27:47 +0100 Subject: [PATCH] also build nightly against known-to-work Coq version --- .gitlab-ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7f278c25f..70da4852b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,19 @@ build-coq.8.8.2: variables: OPAM_PINS: "coq version 8.8.2" -build-stdpp.dev: +# Nightly job with a known-to-work Coq version +build-stdpp.dev-coq.8.11.0: + <<: *template + variables: + OPAM_PINS: "coq version 8.11.0 coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" + except: + only: + - triggers + - schedules + - api + +# Nightly job with Coq master +build-stdpp.dev-coq.dev: <<: *template variables: OPAM_PINS: "coq version dev coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV" -- GitLab