mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Use fixed meson version. Latest causing problems for r2. (#2289)
This commit is contained in:
parent
48b84bfa5c
commit
3b2abf4984
@ -42,7 +42,7 @@ install:
|
|||||||
- cmd: if "%USE_APPVEYOR_QT%" == "false" ( set "QTPATH=%APPVEYOR_BUILD_FOLDER%\%QTPATH%" )
|
- cmd: if "%USE_APPVEYOR_QT%" == "false" ( set "QTPATH=%APPVEYOR_BUILD_FOLDER%\%QTPATH%" )
|
||||||
- cmd: set "PATH=%QTPATH%\bin;%PATH%"
|
- cmd: set "PATH=%QTPATH%\bin;%PATH%"
|
||||||
- cmd: echo %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 ."
|
- cmd: powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; wget %NINJA_URL% -OutFile ninja.zip; Expand-Archive .\ninja.zip -DestinationPath ."
|
||||||
# Artifacts
|
# Artifacts
|
||||||
- cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-%ARCH%.Windows"
|
- cmd: set "ARTIFACT_NAME=Cutter-v1.10.3-%ARCH%.Windows"
|
||||||
|
Loading…
Reference in New Issue
Block a user