Commit 83a4af46 authored by Davis King's avatar Davis King

Check if appveyor's VS2017 is the newest version.

parent 692d382d
......@@ -2,11 +2,14 @@ version: "{build}"
configuration: Release
image: Visual Studio 2017
build_script:
# build test
- mkdir %APPVEYOR_BUILD_FOLDER%\build_examples
- cd %APPVEYOR_BUILD_FOLDER%\build_examples
- cmake -G "Visual Studio 14 2015 Win64" -T host=x64 ../examples
#- cmake -G "Visual Studio 14 2015 Win64" -T host=x64 ../examples
- cmake -G "Visual Studio 15 2017 Win64" -T host=x64 ../examples
- cmake --build . --config %CONFIGURATION%
test_script:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment