Update appveyor.yml
This commit is contained in:
parent
cf7cf67c22
commit
4ad47489b8
13
appveyor.yml
13
appveyor.yml
@ -2,12 +2,15 @@ version: '{branch}-{build}'
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- configuration: Debug
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
- configuration: Release
|
MSVC_GENERATOR: Visual Studio 14 2015
|
||||||
|
MSVC_GENERATOR_SHORT: VS2015
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
MSVC_GENERATOR: Visual Studio 15 2017
|
||||||
|
MSVC_GENERATOR_SHORT: VS2017
|
||||||
|
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
configuration:
|
||||||
MSVC_GENERATOR: Visual Studio 15 2017
|
- Debug
|
||||||
MSVC_GENERATOR_SHORT: VS2017
|
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
|
Loading…
Reference in New Issue
Block a user