From 303b615ba0210d1e950f65319d185f80eb211f96 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 3 Sep 2020 10:17:46 +0200 Subject: [PATCH] test Coq 8.12 and deny warnings --- .gitlab-ci.yml | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87d68f32..8b763acf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,11 +32,12 @@ build-coq.dev: variables: OPAM_PINS: "coq version dev" -build-coq.8.11.2: +build-coq.8.12.0: <<: *template variables: OPAM_PINS: "coq version 8.11.2" OPAM_PKG: "coq-lambda-rust" + DENY_WARNINGS: "1" tags: - fp-timing diff --git a/README.md b/README.md index 2e73be10..3f3d91cb 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.11.2 + - Coq 8.12.0 - A development version of [Iris](https://gitlab.mpi-sws.org/iris/iris) ## Building from source -- GitLab