From 7ddea37a842878fa5a9eb53130e0f867aced2655 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 19 Feb 2020 21:27:09 +0100 Subject: [PATCH] re-enable coqchk on coq master, for testing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70da4852b..81df51582 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,6 +74,7 @@ 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" + CI_COQCHK: "1" except: only: - triggers -- GitLab