Ensure downloaded cmake is used in appveyor

This commit is contained in:
Jack Andersen 2017-11-13 18:06:47 -10:00
parent d739582080
commit 42761fcd9a
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ install:
- appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
- 7z x cmake.zip -oC:\projects\deps\cmake > nul
- set PATH=C:\projects\deps\cmake\bin;%PATH%
- cmake --version
- C:\projects\deps\cmake\bin\cmake --version
############################################################################
# Install custom LLVM
@ -54,7 +54,7 @@ before_build:
build_script:
- mkdir build
- cd build
- cmake -GNinja ..
- C:\projects\deps\cmake\bin\cmake -GNinja ..
- ninja
notifications: