From e46457b2a05b94c4815ec08d9e9f4506c52e0e42 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 7 Nov 2019 10:40:29 +0100 Subject: [PATCH] switch timing to Coq 8.10.1 --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 240d51a72..d9af39a15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,12 @@ build-coq.8.10.1: variables: OCAML: "ocaml-base-compiler.4.07.0" OPAM_PINS: "coq version 8.10.1" + OPAM_PKG: "coq-iris" + DOC_DIR: "coqdoc@center.mpi-sws.org:iris" + DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp" + TIMING_CONF: "coq-8.10.1" + tags: + - fp-timing build-coq.8.10.0: <<: *template @@ -55,12 +61,6 @@ build-coq.8.9.0: <<: *template variables: OPAM_PINS: "coq version 8.9.0" - OPAM_PKG: "coq-iris" - DOC_DIR: "coqdoc@center.mpi-sws.org:iris" - DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp" - TIMING_CONF: "coq-8.9.0" - tags: - - fp-timing build-coq.8.8.2: <<: *template -- GitLab