From b2ca5d488ceb2a1e9c452c99a84acf914c31b4b1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Wed, 20 Jun 2018 16:03:27 +0200 Subject: [PATCH] also time Coq 8.8 --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5297b0ab..c6d0c9a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,13 +36,17 @@ build-coq.8.8.0: <<: *template variables: OPAM_PINS: "coq version 8.8.0" + OPAM_PKG: "coq-stdpp" + DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" + TIMING_PROJECT: "stdpp" + TIMING_CONF: "coq-8.8.0" + tags: + - fp-timing build-coq.8.7.2: <<: *template variables: OPAM_PINS: "coq version 8.7.2" - OPAM_PKG: "coq-stdpp" - DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" TIMING_PROJECT: "stdpp" TIMING_CONF: "coq-8.7.2" tags: -- GitLab