mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
meson: Use 'meson setup' to configure
This removes a deprecation warning when using 'meson' without 'setup'.
This commit is contained in:
committed by
Philip Withnall
parent
73efc47ddd
commit
0c73ff3a08
@@ -13,7 +13,7 @@ set args=%args:~1%
|
||||
|
||||
:: FIXME: make warnings fatal
|
||||
pip3 install --upgrade --user meson==1.0.0 || goto :error
|
||||
meson %args% _build || goto :error
|
||||
meson setup %args% _build || goto :error
|
||||
python .gitlab-ci/check-missing-install-tag.py _build || goto :error
|
||||
ninja -C _build || goto :error
|
||||
|
||||
|
Reference in New Issue
Block a user