mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 04:01:31 +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
|
||||
TOOLSET: v141_xp
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||
- GENERATOR: "Visual Studio 15 2017 Win64"
|
||||
CONFIGURATION: Release
|
||||
TOOLSET: v141_xp
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: "Previous Visual Studio 2017"
|
||||
# - GENERATOR: "Visual Studio 15 2017 Win64"
|
||||
# CONFIGURATION: Release
|
||||
# TOOLSET: v141_xp
|
||||
# APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
|
||||
- GENERATOR: "Visual Studio 14 2015 Win64"
|
||||
CONFIGURATION: Debug
|
||||
TOOLSET: v140
|
||||
|
|
Loading…
Reference in a new issue