Commit d8307c0ad53b0e25138e388963a3a03a3018ec32

Authored by Henry Fredrick Schreiner
1 parent d108d65b

Use Python 3.6 and latest CMake

Showing 1 changed file with 2 additions and 1 deletions
.appveyor.yml
@@ -12,6 +12,7 @@ branches: @@ -12,6 +12,7 @@ branches:
12 - gh-pages 12 - gh-pages
13 13
14 install: 14 install:
  15 + - set PATH=C:\Python36;%PATH%
15 ############################################################################ 16 ############################################################################
16 # All external dependencies are installed in C:\projects\deps 17 # All external dependencies are installed in C:\projects\deps
17 ############################################################################ 18 ############################################################################
@@ -21,7 +22,7 @@ install: @@ -21,7 +22,7 @@ install:
21 ############################################################################ 22 ############################################################################
22 # Install a recent CMake 23 # Install a recent CMake
23 ############################################################################ 24 ############################################################################
24 - - set CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.0-win32-x86.zip" 25 + - set CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.zip"
25 - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip 26 - appveyor DownloadFile %CMAKE_URL% -FileName cmake.zip
26 - 7z x cmake.zip -oC:\projects\deps\cmake > nul 27 - 7z x cmake.zip -oC:\projects\deps\cmake > nul
27 - set PATH=C:\projects\deps\cmake\bin;%PATH% 28 - set PATH=C:\projects\deps\cmake\bin;%PATH%