Skip to content

Commit

Permalink
Reenable VS2017+examples+extra-tests build on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Sep 8, 2020
1 parent 99d70c0 commit 8b89a60
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b89a60

Please sign in to comment.