summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-01-20 19:27:39 +0100
committerJonas Ådahl <jadahl@gmail.com>2019-01-22 18:32:28 +0100
commit6c91683380e138472d11900be352f24ed9105c40 (patch)
tree2058c54bc1f702bedc35cba3929215d97d2d27d9
parent25f416c13dbf1e35ee80061545d1d087333190d2 (diff)
downloadmutter-6c91683380e138472d11900be352f24ed9105c40.tar.gz
gitlab-ci.yml: Treat warnings as errors
This'll allow us to catch them before they land.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6237626cf..9c7fbe42c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
build-mutter:
stage: build
script:
- - meson . build -Degl_device=true -Dwayland_eglstream=true
+ - meson . build -Degl_device=true -Dwayland_eglstream=true --werror
- ninja -C build
- ninja -C build install