ci: Install a new enough meson

On Windows, we build a lot a subprojects. And some of them require
meson 1.3.0 now, so use that.
This commit is contained in:
Matthias Clasen
2024-11-14 13:32:32 -05:00
parent ead04fe615
commit 0e1bcd6d89

View File

@@ -5,7 +5,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliar
@echo on
:: FIXME: make warnings fatal
pip3 install --upgrade --user meson~=0.64 || goto :error
pip3 install --upgrade --user meson~=1.3.0 || goto :error
meson setup -Dbackend_max_links=1 -Ddebug=false -Dmedia-gstreamer=disabled -Dvulkan=disabled _build || goto :error
ninja -C _build || goto :error