From: Benjamin Otte Date: Wed, 3 Nov 2021 22:35:03 +0000 (+0100) Subject: CI: turn on -Werror for MacOS build X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~68^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7ae549e253080f297597ddcecdb3a9c047a38bd9;p=gtk4.git CI: turn on -Werror for MacOS build The build is error-free and we want to keep it that way. We'd also like to make Timm do real work instead of having to fix clang warnings all the time and this build is a clang build. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e254189f5..907a82d26b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,7 +206,7 @@ macos: - export PATH=/Users/gitlabrunner/Library/Python/3.7/bin:$PATH - export MESON_FORCE_BACKTRACE=1 script: - - meson setup + - meson setup ${COMMON_MESON_FLAGS} -Dx11-backend=false -Dbroadway-backend=true -Dmacos-backend=true