mirror of https://github.com/AxioDL/metaforce.git
Update appveyor cmake
This commit is contained in:
parent
aec45ad2bb
commit
cac0787c34
|
@ -35,11 +35,11 @@ install:
|
|||
############################################################################
|
||||
# Install a recent CMake
|
||||
############################################################################
|
||||
- set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.0-rc5-win64-x64.zip"
|
||||
- set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip"
|
||||
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
|
||||
- 7z x cmake.zip -oC:\projects\deps\cmake > nul
|
||||
- set PATH=C:\projects\deps\cmake\bin;%PATH%
|
||||
- C:\projects\deps\cmake\cmake-3.10.0-rc5-win64-x64\bin\cmake.exe --version
|
||||
- C:\projects\deps\cmake\cmake-3.10.1-win64-x64\bin\cmake.exe --version
|
||||
|
||||
############################################################################
|
||||
# Install custom LLVM
|
||||
|
@ -58,7 +58,7 @@ before_build:
|
|||
build_script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- C:\projects\deps\cmake\cmake-3.10.0-rc5-win64-x64\bin\cmake.exe -GNinja ..
|
||||
- C:\projects\deps\cmake\cmake-3.10.1-win64-x64\bin\cmake.exe -GNinja ..
|
||||
- ninja
|
||||
|
||||
notifications:
|
||||
|
|
Loading…
Reference in New Issue