1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-07 15:33:51 +00:00

Use Python 3.6 and latest CMake

This commit is contained in:
Henry Fredrick Schreiner 2017-02-19 16:17:03 -05:00
parent d108d65b82
commit d8307c0ad5

View File

@ -12,6 +12,7 @@ branches:
- gh-pages
install:
- set PATH=C:\Python36;%PATH%
############################################################################
# All external dependencies are installed in C:\projects\deps
############################################################################
@ -21,7 +22,7 @@ install:
############################################################################
# Install a recent CMake
############################################################################
- set CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.0-win32-x86.zip"
- set CMAKE_URL="https://cmake.org/files/v3.7/cmake-3.7.2-win32-x86.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%