mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
874788433c
commit
76652c8cdd
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ build-meson:
|
||||||
- python3 setup.py install
|
- python3 setup.py install
|
||||||
- cd ..
|
- cd ..
|
||||||
# Do the actual build
|
# Do the actual build
|
||||||
- meson build
|
- meson build --werror
|
||||||
- cd build
|
- cd build
|
||||||
- ninja
|
- ninja
|
||||||
- ulimit -c 0 # don't dump core files on tests that are supposed to assert
|
- ulimit -c 0 # don't dump core files on tests that are supposed to assert
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue