Skip to content

Commit

Permalink
Changed AppVeyor configuration to create the 64 bit debug build with …
Browse files Browse the repository at this point in the history
…VS 2017 and no XP toolset
  • Loading branch information
coelckers committed Oct 15, 2018
1 parent 239b57b commit 54d9ec1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 54d9ec1

Please sign in to comment.