mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
Disabled VS2017 64-bit target in AppVeyor configuration
Hopefully Microsoft will fix internal error in their compiler sooner or later
This commit is contained in:
parent
85ffeebb96
commit
1bbd81c2ed
1 changed files with 4 additions and 4 deletions
|
@ -20,10 +20,10 @@ environment:
|
||||||
CONFIGURATION: Release
|
CONFIGURATION: Release
|
||||||
TOOLSET: v141_xp
|
TOOLSET: v141_xp
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||||
- GENERATOR: "Visual Studio 15 2017 Win64"
|
# - GENERATOR: "Visual Studio 15 2017 Win64"
|
||||||
CONFIGURATION: Release
|
# CONFIGURATION: Release
|
||||||
TOOLSET: v141_xp
|
# TOOLSET: v141_xp
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: "Previous Visual Studio 2017"
|
# APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||||
- GENERATOR: "Visual Studio 14 2015 Win64"
|
- GENERATOR: "Visual Studio 14 2015 Win64"
|
||||||
CONFIGURATION: Debug
|
CONFIGURATION: Debug
|
||||||
TOOLSET: v140
|
TOOLSET: v140
|
||||||
|
|
Loading…
Reference in a new issue