From 27332ea5e0e461d1ccc6f0f7a6c329d18b45e2b9 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 27 Nov 2018 08:57:45 +0100 Subject: Add CI job building stdlib with `-async-proofs on` --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65a8a0cb88..b1a805b59e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -225,6 +225,13 @@ build:egde:dune:dev: OPAM_SWITCH: edge DUNE_TARGET: world +build:base+async: + <<: *build-template + stage: test + variables: + COQ_EXTRA_CONF: "-native-compiler yes -coqide opt" + COQUSERFLAGS: "-async-proofs on" + windows64: <<: *windows-template variables: -- cgit v1.2.3