diff options
author | Benjamin Otte <otte@redhat.com> | 2019-05-21 07:26:25 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-05-21 07:33:57 +0200 |
commit | fc9f4add92a1918002bf9ed35debdb416c41cf2c (patch) | |
tree | ebdab139f78e5aab5a3e176a18917c55128dbf8e /.gitlab-ci | |
parent | 143bba075fe637554b7f2b41c2caf5811d5b49c5 (diff) | |
download | gtk+-fc9f4add92a1918002bf9ed35debdb416c41cf2c.tar.gz |
win32: Enable --werror in CI
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 3abaf9d083..c3a7e67263 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -46,6 +46,7 @@ meson \ -Denable-wayland-backend=false \ -Denable-win32-backend=true \ -Dvulkan=no \ + --werror \ _build unset CCACHE_DISABLE |