diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-02 19:59:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-02 19:59:25 -0400 |
commit | 1c49371edf90270f48c68efcd2a289100b8a25d1 (patch) | |
tree | 8d143ea34024130c6da1a9d830d95715a3905070 /.gitlab-ci | |
parent | 43816ba8d9cfefac9d6887a68b83dd57b74fc04a (diff) | |
download | gtk+-1c49371edf90270f48c68efcd2a289100b8a25d1.tar.gz |
ci: Don't use --werror for the win32 build
This leads to warnings from the glib win32 build
failing our ci. Only use werror for gtk itself.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 72532a1426..0913ad7f0c 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -56,7 +56,7 @@ meson \ -Dwin32-backend=true \ -Dvulkan=no \ -Dintrospection=false \ - --werror \ + -Dgtk:werror=true \ _build unset CCACHE_DISABLE |