mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-20 23:50:46 +00:00
Changed AppVeyor configuration to create the 64 bit debug build with VS 2017 and no XP toolset
This commit is contained in:
parent
d3bdeacd09
commit
cb2750f6f5
1 changed files with 4 additions and 4 deletions
|
@ -24,10 +24,10 @@ environment:
|
||||||
CONFIGURATION: Release
|
CONFIGURATION: Release
|
||||||
TOOLSET: v141
|
TOOLSET: v141
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||||
- GENERATOR: "Visual Studio 14 2015 Win64"
|
- GENERATOR: "Visual Studio 15 2017 Win64"
|
||||||
CONFIGURATION: Debug
|
CONFIGURATION: Debug
|
||||||
TOOLSET: v140_xp
|
TOOLSET: v141
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015"
|
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- md build
|
- md build
|
||||||
|
|
Loading…
Reference in a new issue