Changed AppVeyor configuration to create the 64 bit debug build with VS 2017 and no XP toolset

This commit is contained in:
Christoph Oelckers 2018-10-15 09:07:59 +02:00
parent 239b57b41c
commit 54d9ec11a8
1 changed files with 4 additions and 4 deletions

View File

@ -24,11 +24,11 @@ environment:
CONFIGURATION: Release
TOOLSET: v141
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
- GENERATOR: "Visual Studio 14 2015 Win64"
- GENERATOR: "Visual Studio 15 2017 Win64"
CONFIGURATION: Debug
TOOLSET: v140_xp
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
TOOLSET: v141
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
build_script:
- md build
- cd build