Use fixed meson version. Latest causing problems for r2. (#2289)

This commit is contained in:
karliss 2020-07-15 12:16:11 +03:00 committed by GitHub
parent 48b84bfa5c
commit 3b2abf4984
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ install:
- cmd: if "%USE_APPVEYOR_QT%" == "false" ( set "QTPATH=%APPVEYOR_BUILD_FOLDER%\%QTPATH%" )
- cmd: set "PATH=%QTPATH%\bin;%PATH%"
- cmd: echo %PATH%
- cmd: python -m pip install meson
- cmd: python -m pip install meson==0.52
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
# Artifacts
- cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-%ARCH%.Windows"