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:
parent
eec9d51236
commit
375bdd7946
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue