Commit 9cd074f5cf57ed76b6f23a448067ba33132e3696

Authored by Henry Fredrick Schreiner
1 parent d8307c0a

Use built in cmake

Showing 1 changed file with 0 additions and 18 deletions
.appveyor.yml
@@ -13,27 +13,9 @@ branches: @@ -13,27 +13,9 @@ branches:
13 13
14 install: 14 install:
15 - set PATH=C:\Python36;%PATH% 15 - set PATH=C:\Python36;%PATH%
16 - ############################################################################  
17 - # All external dependencies are installed in C:\projects\deps  
18 - ############################################################################  
19 - - mkdir C:\projects\deps  
20 - - cd C:\projects\deps  
21 -  
22 - ############################################################################  
23 - # Install a recent CMake  
24 - ############################################################################  
25 - - set CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.zip"  
26 - - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip  
27 - - 7z x cmake.zip -oC:\projects\deps\cmake > nul  
28 - - set PATH=C:\projects\deps\cmake\bin;%PATH%  
29 - - cmake --version  
30 16
31 before_build: 17 before_build:
32 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 18 - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
33 - - cd %APPVEYOR_BUILD_FOLDER%  
34 -  
35 -build:  
36 - verbosity: detailed  
37 19
38 build_script: 20 build_script:
39 - mkdir build 21 - mkdir build