Skip to content

Commit

Permalink
CI: make VS12 build debug, to increase test coverage
Browse files Browse the repository at this point in the history
we do not use its artifacts anyway
  • Loading branch information
paroj committed Nov 28, 2018
1 parent 96d28da commit 4a72290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-build.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4a72290

Please sign in to comment.