diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-01 18:06:47 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2019-01-01 18:06:47 +0100 |
commit | 295dcbd57c40d530abbc791cb5c1da15dea45d82 (patch) | |
tree | f9a9a85f30d23223fe2f6d5b3e36022c9dd49804 /.gitlab-ci/test-msys2-meson.sh | |
parent | 0b09e4a142e81175bc56239c9ae80b5d5dfc6402 (diff) | |
download | gobject-introspection-295dcbd57c40d530abbc791cb5c1da15dea45d82.tar.gz |
ci: enable -Werror for msys2+meson
Diffstat (limited to '.gitlab-ci/test-msys2-meson.sh')
-rw-r--r-- | .gitlab-ci/test-msys2-meson.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh index e2230e2a..52c31814 100644 --- a/.gitlab-ci/test-msys2-meson.sh +++ b/.gitlab-ci/test-msys2-meson.sh @@ -37,6 +37,7 @@ export PATH="$HOME/.local/bin:$PATH" # FIXME: https://github.com/Alexpux/MINGW-packages/pull/4064 # Passing the full interpreter path works around the issue PYTHON="$(which python3)" +export CFLAGS="-Werror" meson -Dcairo=true -Dpython="${PYTHON}" --buildtype debug _build cd _build ninja |