mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Reinstate VS 2017 CI in AppVeyor
This commit is contained in:
parent
4f3871d53f
commit
e7913f1363
11
appveyor.yml
11
appveyor.yml
@ -70,3 +70,14 @@ environment:
|
|||||||
additional_flags: "/permissive- /std:c++latest"
|
additional_flags: "/permissive- /std:c++latest"
|
||||||
platform: x64
|
platform: x64
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
|
|
||||||
|
- FLAVOR: VS 2017 x64 Debug
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
platform: x64
|
||||||
|
configuration: Debug
|
||||||
|
|
||||||
|
- FLAVOR: VS 2017 x64 Release Coverage
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
coverage: 1
|
||||||
|
platform: x64
|
||||||
|
configuration: Debug
|
||||||
|
Loading…
Reference in New Issue
Block a user