From 71b468112ffe2d6409907111de448fdcb7721060 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 11 Feb 2020 11:41:56 +0100 Subject: [PATCH] time on 8.11 instead of 8.10 --- .gitlab-ci.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab310635..332e4d0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,17 +37,16 @@ build-coq.8.11.0: <<: *template variables: OPAM_PINS: "coq version 8.11.0" - CI_COQCHK: "1" + OPAM_PKG: "coq-stdpp" + DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" + TIMING_CONF: "coq-8.11.0" + tags: + - fp-timing build-coq.8.10.2: <<: *template variables: OPAM_PINS: "coq version 8.10.2" - OPAM_PKG: "coq-stdpp" -# DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" - TIMING_CONF: "coq-8.10.2" - tags: - - fp-timing build-coq.8.9.1: <<: *template -- GitLab