From 0efddc56749a3be4af50b1323e38421c80658da3 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 7 Nov 2019 10:41:42 +0100 Subject: [PATCH] switch timing to Coq 8.10.1 --- .gitlab-ci.yml | 22 +++++++--------------- README.md | 2 +- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79ec3926..3419f1c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,11 +34,16 @@ build-coq.dev: OPAM_PINS: "coq version dev" CI_COQCHK: "1" -build-coq.8.10.dev: +build-coq.8.10.1: <<: *template variables: OCAML: "ocaml-base-compiler.4.07.0" - OPAM_PINS: "coq version 8.10.dev" + OPAM_PINS: "coq version 8.10.1" + OPAM_PKG: "coq-stdpp" + DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" + TIMING_CONF: "coq-8.10.1" + tags: + - fp-timing build-coq.8.9.1: <<: *template @@ -49,11 +54,6 @@ build-coq.8.9.0: <<: *template variables: OPAM_PINS: "coq version 8.9.0" - OPAM_PKG: "coq-stdpp" - DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp" - TIMING_CONF: "coq-8.9.0" - tags: - - fp-timing build-coq.8.8.2: <<: *template @@ -65,14 +65,6 @@ build-coq.8.8.1: variables: OPAM_PINS: "coq version 8.8.1" -build-coq.8.8.0: - <<: *template - variables: - OPAM_PINS: "coq version 8.8.0" - TIMING_CONF: "coq-8.8.0" - tags: - - fp-timing - build-coq.8.7.2: <<: *template variables: diff --git a/README.md b/README.md index 89236307..efadca8e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notably: This version is known to compile with: - - Coq version 8.7.2 / 8.8.0 / 8.8.1 / 8.8.2 / 8.9.0 / 8.9.1 + - Coq version 8.7.2 / 8.8.1 / 8.8.2 / 8.9.0 / 8.9.1 / 8.10.1 ## Installing via opam -- GitLab