summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 163a74138..e6b36da87 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,7 +98,7 @@ build-meson:
- python3 setup.py install
- cd ..
# Do the actual build
- - meson build
+ - meson build --werror
- cd build
- ninja
- ulimit -c 0 # don't dump core files on tests that are supposed to assert