summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-01-30 08:29:26 -0500
committerMatthew Pickering <matthewtpickering@gmail.com>2019-01-30 08:29:26 -0500
commit8ff469163bfef1bbc19ea76dae37ce425f2726de (patch)
tree81bd36bb3e1b610269d282b26881dcdfc042eb9f
parent76c8fd674435a652c75a96c85abbf26f1f221876 (diff)
downloadhaskell-8ff469163bfef1bbc19ea76dae37ce425f2726de.tar.gz
Turn on -Werror when validating
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a8cb62e3b..febcaaf08c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,6 +94,7 @@ validate-x86_64-linux-deb8-hadrian:
- ./configure $CONFIGURE_ARGS
- |
THREADS=`mk/detect-cpu-count.sh`
+ WERROR=-Werror
make V=0 -j$THREADS
- |
make binary-dist TAR_COMP_OPTS="-1"