mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
CI: Enable --Werror in MSYS2 CLANG64 job
This commit is contained in:
parent
4aa051cafb
commit
ee4aaed516
@ -32,14 +32,8 @@ PATH="$(cygpath "$USERPROFILE")/.local/bin:$HOME/.local/bin:$PATH"
|
|||||||
DIR="$(pwd)"
|
DIR="$(pwd)"
|
||||||
export PATH CFLAGS
|
export PATH CFLAGS
|
||||||
|
|
||||||
if [[ "$MSYSTEM" == "CLANG64" ]]; then
|
# shellcheck disable=SC2086
|
||||||
# FIXME: fix the clang build warnings
|
meson setup ${MESON_COMMON_OPTIONS} --werror _build
|
||||||
# shellcheck disable=SC2086
|
|
||||||
meson setup ${MESON_COMMON_OPTIONS} _build
|
|
||||||
else
|
|
||||||
# shellcheck disable=SC2086
|
|
||||||
meson setup ${MESON_COMMON_OPTIONS} --werror _build
|
|
||||||
fi
|
|
||||||
|
|
||||||
meson compile -C _build
|
meson compile -C _build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user