mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00: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:
|
build-mutter:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- meson . build -Degl_device=true -Dwayland_eglstream=true
|
- meson . build -Degl_device=true -Dwayland_eglstream=true --werror
|
||||||
- ninja -C build
|
- ninja -C build
|
||||||
- ninja -C build install
|
- ninja -C build install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user