2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-14 16:19:12 +00:00

Give appveyor a more up-to-date cmake

This commit is contained in:
Jack Andersen 2017-11-13 18:00:06 -10:00
parent e303471278
commit d739582080

View File

@ -31,7 +31,7 @@ install:
############################################################################ ############################################################################
# Install a recent CMake # Install a recent CMake
############################################################################ ############################################################################
- set CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.1-win64-x64.zip" - set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.zip"
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
- 7z x cmake.zip -oC:\projects\deps\cmake > nul - 7z x cmake.zip -oC:\projects\deps\cmake > nul
- set PATH=C:\projects\deps\cmake\bin;%PATH% - set PATH=C:\projects\deps\cmake\bin;%PATH%