From cb4c2dc88e020d982539a53cca017d1835ce4994 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 28 Feb 2019 19:51:42 +0100 Subject: [PATCH] test and time Coq 8.9.0 --- .gitlab-ci.yml | 10 +++++++++- README.md | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00e4a1e3..07bf1152 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,12 +32,20 @@ build-coq.dev: OCAML: "ocaml-base-compiler.4.07.0" OPAM_PINS: "coq version dev" +build-coq.8.9.0: + <<: *template + variables: + OPAM_PINS: "coq version 8.9.0" + OPAM_PKG: "coq-lambda-rust" + TIMING_CONF: "coq-8.9.0" + tags: + - fp-timing + build-coq.8.8.2: <<: *template variables: OPAM_PINS: "coq version 8.8.2" OPAM_PKG: "coq-lambda-rust" - TIMING_PROJECT: "lambda-rust" TIMING_CONF: "coq-8.8.2" tags: - fp-timing diff --git a/README.md b/README.md index e842ceb7..8d261e3d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the Coq development accompanying lambda-Rust. This version is known to compile with: - - Coq 8.7.2 / 8.8.2 + - Coq 8.7.2 / 8.8.2 / 8.9.0 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab