AppVeyor CI: Add CMake build with disabled shared libraries
authorIvan Maidanski <ivmai@mail.ru>
Tue, 18 Jun 2019 22:26:10 +0000 (01:26 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 18 Jun 2019 22:31:29 +0000 (01:31 +0300)
appveyor.yml

index b09e945..eb0c619 100644 (file)
@@ -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