summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2021-11-03 23:35:03 +0100
committerMatthias Clasen <mclasen@redhat.com>2023-01-12 20:12:37 -0500
commit7ae549e253080f297597ddcecdb3a9c047a38bd9 (patch)
treec96cab48fbfb0c69013fcff47399205e6d00db4c
parent434d8ef0ea356f5be60aa1f167ec34da29f973d9 (diff)
downloadgtk+-7ae549e253080f297597ddcecdb3a9c047a38bd9.tar.gz
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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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