summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMarijn Suijten <marijns95@gmail.com>2021-10-22 10:51:06 +0200
committerGeorg Chini <georg@chini.tk>2021-11-05 07:50:56 +0000
commit76652c8cdddf6692957134e48dd1ea5dc9f30d7a (patch)
treeb085e39a7d064551a492d473abc47516f60686cc /.gitlab-ci.yml
parent874788433cad69aae9aac58f2082cf61da681966 (diff)
downloadpulseaudio-76652c8cdddf6692957134e48dd1ea5dc9f30d7a.tar.gz
gitlab-ci: Turn on Werror for meson builds
Prevent simple warnings like !651 from slipping into the build. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/653>
Diffstat (limited to '.gitlab-ci.yml')
-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