mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
gitlab-ci.yml: Treat warnings as errors
This'll allow us to catch them before they land.
This commit is contained in:
parent
25f416c13d
commit
6c91683380
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user