From 567abf3d085f3902893ff26aba149b8fba53dfea Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 10 Jan 2020 10:59:11 +0100 Subject: [PATCH] re-enable coq.dev build --- .gitlab-ci.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1d2589ce..44faa58af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,14 +27,11 @@ variables: ## Build jobs -#build-coq.dev: -# <<: *template -# variables: -# OPAM_PINS: "coq version dev" -# CI_COQCHK: "1" -# TIMING_CONF: "coq-dev" -# tags: -# - fp-timing +build-coq.dev: + <<: *template + variables: + OPAM_PINS: "coq version dev" + CI_COQCHK: "1" build-coq.8.11.dev: <<: *template -- GitLab