mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Reenable VS2017+examples+extra-tests build on AppVeyor
This commit is contained in:
parent
99d70c0c9d
commit
8b89a60bf6
14
appveyor.yml
14
appveyor.yml
@ -102,15 +102,11 @@ environment:
|
|||||||
platform: Win32
|
platform: Win32
|
||||||
configuration: Debug
|
configuration: Debug
|
||||||
|
|
||||||
# This build causes error after 30 minutes, because the VS2017 image
|
- FLAVOR: VS 2017 Win32 Debug Examples
|
||||||
# tries to launch just-in-time debugger on call to std::terminate, which
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
# is an expected part of the tests in this build.
|
examples: 1
|
||||||
# We can reenable it, if we handle disabling that test in CMake.
|
platform: Win32
|
||||||
# - FLAVOR: VS 2017 Win32 Debug Examples
|
configuration: Debug
|
||||||
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
|
||||||
# examples: 1
|
|
||||||
# platform: Win32
|
|
||||||
# configuration: Debug
|
|
||||||
|
|
||||||
- FLAVOR: VS 2017 Win32 Debug WMain
|
- FLAVOR: VS 2017 Win32 Debug WMain
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
Loading…
Reference in New Issue
Block a user