From 8b89a60bf6dd777d18669e81db9886b8ce4242c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Tue, 8 Sep 2020 15:30:53 +0200 Subject: [PATCH] Reenable VS2017+examples+extra-tests build on AppVeyor --- appveyor.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 264794fd..d34f678f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -102,15 +102,11 @@ environment: platform: Win32 configuration: Debug -# This build causes error after 30 minutes, because the VS2017 image -# tries to launch just-in-time debugger on call to std::terminate, which -# is an expected part of the tests in this build. -# We can reenable it, if we handle disabling that test in CMake. -# - FLAVOR: VS 2017 Win32 Debug Examples -# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 -# examples: 1 -# platform: Win32 -# configuration: Debug + - FLAVOR: VS 2017 Win32 Debug Examples + APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 + examples: 1 + platform: Win32 + configuration: Debug - FLAVOR: VS 2017 Win32 Debug WMain APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017