Use old version of VS2017 for Appveyor x64 target

This is a temporary fix for error in Microsoft C++ compiler:
    game-music-emu\gme\fir_resampler.cpp(28): fatal error C1001: An internal error has occurred in the compiler.
    (compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 256)

MSVC 19.10.25019.0 works fine while 19.11.25506.0 is broken
This commit is contained in:
alexey.lysiuk 2017-08-18 09:56:36 +03:00
parent 8034793193
commit 0696967887

View file

@ -23,7 +23,7 @@ environment:
- GENERATOR: "Visual Studio 15 2017 Win64"
CONFIGURATION: Release
TOOLSET: v141_xp
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2017"
APPVEYOR_BUILD_WORKER_IMAGE: "Previous Visual Studio 2017"
- GENERATOR: "Visual Studio 14 2015 Win64"
CONFIGURATION: Debug
TOOLSET: v140