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>
This commit is contained in:
Marijn Suijten 2021-10-22 10:51:06 +02:00 committed by Georg Chini
parent 874788433c
commit 76652c8cdd

View file

@ -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