build/windows: Fail on warnings on Clang-CL builds for gegl sake

Following 5013aca0

We stll have work to do regarding ctx support but
we are getting there.
This commit is contained in:
Bruno Lopes 2026-03-17 22:23:49 -03:00
parent eec9d51236
commit 375bdd7946

View file

@ -165,7 +165,7 @@ function self_build ([string]$repo, [array]$branch, [array]$patches, [array]$opt
if ($env:VCPKG_ROOT)
{
self_build https://gitlab.gnome.org/GNOME/babl @('-Denable-gir=false', "$WARN_AS_ERROR_ON_CI")
self_build https://gitlab.gnome.org/GNOME/gegl @('build\windows\patches\0001-libs-operations-meson-Do-not-build-CTX-which-is-Unix.patch') @('-Dintrospection=false')
self_build https://gitlab.gnome.org/GNOME/gegl @('build\windows\patches\0001-libs-operations-meson-Do-not-build-CTX-which-is-Unix.patch') @('-Dintrospection=false', "$WARN_AS_ERROR_ON_CI")
exit 0
}
self_build https://gitlab.gnome.org/GNOME/babl