diff options
author | Benjamin Otte <otte@redhat.com> | 2021-11-04 01:41:05 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2023-01-06 19:46:58 -0500 |
commit | de271c9a30a45a421f5b7ed96e3dba116aad725d (patch) | |
tree | a0a298baab06b21926efe6f2b5af056e5fdc6afe /.gitlab-ci.yml | |
parent | bf3cf8bb2938988b3805d7eb0933b3f3d9a48a4e (diff) | |
download | gtk+-de271c9a30a45a421f5b7ed96e3dba116aad725d.tar.gz |
ci: Disable -Werror on all subprojects
Would be nice if meson had a nicer way of doing this, but...
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb4690b179..2e254189f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ stages: # Common variables variables: - COMMON_MESON_FLAGS: "-Dwerror=true -Dglib:werror=false -Dpango:werror=false -Dgtk-doc:werror=false -Dwayland-protocols:werror=false -Dsysprof:werror=false -Dwayland:werror=false" + COMMON_MESON_FLAGS: "-Dwerror=true -Dcairo:werror=false -Dgi-docgen:werror=false -Dgraphene:werror=false -Dlibepoxy:werror=false -Dlibsass:werror=false -Dpango:werror=false -Dsassc:werror=false -Dgdk-pixbuf:werror=false -Dglib:werror=false -Dlibcloudproviders:werror=false -Dlibpng:werror=false -Dlibtiff:werror=false -Dsysprof:werror=false -Dwayland-protocols:werror=false -Dharfbuzz:werror=false -Dfreetype2:werror=false -Dfontconfig:werror=false -Dfribidi:werror=false -Dlibffi:werror=false -Dlibjpeg-turbo:werror=false -Dmutest:werror=false -Dpixman:werror=false -Dproxy-libintl:werror=false" BACKEND_FLAGS: "-Dx11-backend=true -Dwayland-backend=true -Dbroadway-backend=true" FEATURE_FLAGS: "-Dvulkan=enabled -Dcloudproviders=enabled" MESON_TEST_TIMEOUT_MULTIPLIER: 3 |