appveyor: use vs2017 backend for msvc2017 compiler
This commit is contained in:
parent
52076967b6
commit
776de065a8
|
@ -27,7 +27,7 @@ environment:
|
||||||
|
|
||||||
- arch: x86
|
- arch: x86
|
||||||
compiler: msvc2017
|
compiler: msvc2017
|
||||||
backend: vs2015
|
backend: vs2017
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
|
||||||
- arch: x64
|
- arch: x64
|
||||||
|
@ -45,7 +45,7 @@ environment:
|
||||||
|
|
||||||
- arch: x64
|
- arch: x64
|
||||||
compiler: msvc2017
|
compiler: msvc2017
|
||||||
backend: vs2015
|
backend: vs2017
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
|
Loading…
Reference in New Issue