From: Ivan Maidanski Date: Thu, 22 Aug 2019 22:19:48 +0000 (+0300) Subject: AppVeyor CI: Test cmake build with "DllMain to track threads" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ef6dd0741b3755aa230a3b18da63cd0a9fa4911;p=gc AppVeyor CI: Test cmake build with "DllMain to track threads" --- diff --git a/appveyor.yml b/appveyor.yml index e9d54dc0..63002259 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ environment: CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_large_config=ON - TARGET: cmake CMAKE_CONFIG: Release + CMAKE_OPTIONS: -Denable_parallel_mark=OFF - TARGET: nmake BLD: debug CPU: x86