aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-05-14 13:43:55 +0200
committerGaëtan Gilbert2018-05-14 13:45:27 +0200
commiteed834b337354251dfd0ae60c8358f4d126420b2 (patch)
treea68b66e9a5f795d971070afdc6948d8709f6ffde
parent4094a8c2cac668db112fc84f5d1b287eacbf6700 (diff)
gitlab CI: fix [warnings] template
We never actually used the -warn-error flag...
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2f5a000169..496444f7d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,7 +76,7 @@ before_script:
- set +e
variables: &warnings-variables
- COQ_EXTRA_CONF: "-native-compiler yes -coqide byte -byte-only"
+ COQ_EXTRA_CONF: "-native-compiler yes -coqide byte -byte-only -warn-error yes"
# every non build job must set dependencies otherwise all build
# artifacts are used together and we may get some random Coq. To that
@@ -171,6 +171,7 @@ warnings:base:
warnings:edge:
<<: *warnings-template
variables:
+ <<: *warnings-variables
OPAM_SWITCH: edge
test-suite:base: