From a6741817d3261293328db99b410acfdbe31647cf Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 19 Oct 2017 10:27:42 +0200 Subject: [PATCH] add trigger to build against specific iris version --- .gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a0d51ec..eb2792e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,8 @@ build-coq8.7: <<: *template variables: OPAM_PINS: "coq version 8.7.dev coq-mathcomp-ssreflect version dev" + except: + - triggers build-coq8.6.1: <<: *template @@ -37,3 +39,12 @@ build-coq8.6.1: paths: - build-time.txt - build-env.txt + except: + - triggers + +build-iris.dev: + <<: *template + variables: + OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.1 coq-iris.dev git https://gitlab.mpi-sws.org/FP/iris-coq.git#$REV" + only: + - triggers -- GitLab