From 4a72290f7355bc8dc5ba0250958aff2e20065c9d Mon Sep 17 00:00:00 2001 From: Pavel Rojtberg Date: Tue, 27 Nov 2018 20:40:34 +0100 Subject: [PATCH] CI: make VS12 build debug, to increase test coverage we do not use its artifacts anyway --- ci-build.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-build.cmake b/ci-build.cmake index 437a7c18fd0..e878f8b6514 100644 --- a/ci-build.cmake +++ b/ci-build.cmake @@ -37,8 +37,8 @@ elseif("$ENV{TRAVIS_OS_NAME}" STREQUAL "osx") endif() if(DEFINED ENV{APPVEYOR}) - set(CMAKE_BUILD_TYPE Release) if("$ENV{APPVEYOR_BUILD_WORKER_IMAGE}" STREQUAL "Visual Studio 2017") + set(CMAKE_BUILD_TYPE Release) set(GENERATOR -G "Visual Studio 15") else() set(GENERATOR -G "Visual Studio 12")