From: Ivan Maidanski Date: Tue, 18 Jun 2019 22:26:10 +0000 (+0300) Subject: AppVeyor CI: Add CMake build with disabled shared libraries X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe8f9729367f42823307ff1fd5b97c0499e48ae1;p=gc AppVeyor CI: Add CMake build with disabled shared libraries --- diff --git a/appveyor.yml b/appveyor.yml index b09e9456..eb0c619f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,10 @@ environment: matrix: - TARGET: cmake CMAKE_CONFIG: Debug - CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON + CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON + - TARGET: cmake + CMAKE_CONFIG: Release + CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON - TARGET: cygwin CONF_OPTIONS: --enable-cplusplus CFLAGS_EXTRA: -D GCTEST_PRINT_VERBOSE