From 286775e8788b388492aa574e70cad32f62971a69 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 19 Jun 2019 01:34:23 +0300 Subject: [PATCH] AppVeyor CI: Test CMake build with enable_large_config --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index eb0c619..dc21c1d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ environment: 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 + CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_large_config=ON - TARGET: cygwin CONF_OPTIONS: --enable-cplusplus CFLAGS_EXTRA: -D GCTEST_PRINT_VERBOSE -- 2.7.4