Hopefully the last appveyor change

This commit is contained in:
Jack Andersen 2017-11-13 18:41:06 -10:00
parent 3a67011381
commit 0fa7113d61
1 changed files with 3 additions and 3 deletions

View File

@ -31,11 +31,11 @@ install:
############################################################################ ############################################################################
# Install a recent CMake # Install a recent CMake
############################################################################ ############################################################################
- set CMAKE_URL="https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.zip" - set CMAKE_URL="https://cmake.org/files/v3.10/cmake-3.10.0-rc5-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%
- C:\projects\deps\cmake\cmake-3.9.6-win64-x64\bin\cmake.exe --version - C:\projects\deps\cmake\cmake-3.10.0-rc5-win64-x64\bin\cmake.exe --version
############################################################################ ############################################################################
# Install custom LLVM # Install custom LLVM
@ -54,7 +54,7 @@ before_build:
build_script: build_script:
- mkdir build - mkdir build
- cd build - cd build
- C:\projects\deps\cmake\cmake-3.9.6-win64-x64\bin\cmake.exe -GNinja .. - C:\projects\deps\cmake\cmake-3.10.0-rc5-win64-x64\bin\cmake.exe -GNinja ..
- ninja - ninja
notifications: notifications: