gitlab-ci.yml: Treat warnings as errors

This'll allow us to catch them before they land.
This commit is contained in:
Jonas Ådahl 2019-01-20 19:27:39 +01:00
parent 25f416c13d
commit 6c91683380

View File

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