appveyor: go back from vs2017 to vs2015 since the path worked better
This commit is contained in:
parent
a5162e26e8
commit
148af12bec
|
@ -24,16 +24,16 @@ environment:
|
|||
configuration: "Release"
|
||||
vcvarsall_platform: "x64"
|
||||
PlatformToolset: "v120"
|
||||
- VisualStudioVersion: 15.0
|
||||
- VisualStudioVersion: 14.0
|
||||
platform: "Win32"
|
||||
configuration: "Debug"
|
||||
vcvarsall_platform: "x86"
|
||||
PlatformToolset: "v141"
|
||||
- VisualStudioVersion: 15.0
|
||||
PlatformToolset: "v140"
|
||||
- VisualStudioVersion: 14.0
|
||||
platform: "x64"
|
||||
configuration: "Debug"
|
||||
vcvarsall_platform: "x64"
|
||||
PlatformToolset: "v141"
|
||||
PlatformToolset: "v140"
|
||||
|
||||
build_script:
|
||||
- ECHO Building %configuration% %platform% with MSVC %VisualStudioVersion% using %PlatformToolset% PlatformToolset
|
||||
|
|
Loading…
Reference in New Issue