From 7ae549e253080f297597ddcecdb3a9c047a38bd9 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 3 Nov 2021 23:35:03 +0100 Subject: [PATCH] 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2