gitlab-ci: Enable --Werror

This makes sure we don't have more warnings creeping in
This commit is contained in:
Guido Günther
2020-09-11 17:36:02 +02:00
parent 4228192bda
commit bd661bd4f4

View File

@ -36,7 +36,7 @@ build_meson:
expire_in: 3h
script:
- apt-get -y build-dep .
- meson . _build/ -Ddepdatadir=/usr/share
- meson . _build/ -Ddepdatadir=/usr/share --werror
- ninja -C _build install
build_deb: