summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-12-25 11:05:15 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-12-25 11:05:15 +0300
commitdcd5b3747362c568a3db324f5ea7f26504ee8662 (patch)
treec2e8aca0f86b9c67ffb4889ac644a608ccff15e1
parent25fd0cef8a5ff8c940c715cbab8e2cb272a41428 (diff)
downloadbdwgc-dcd5b3747362c568a3db324f5ea7f26504ee8662.tar.gz
AppVeyor CI: Test with disabled throw_bad_alloc_library
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c3a80afa..af9e513b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -11,7 +11,7 @@ environment:
- TARGET: cmake
CMAKE_OPTIONS: -DBUILD_SHARED_LIBS=OFF -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Werror=deprecated -Dwithout_libatomic_ops=ON
- TARGET: cmake
- CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_gc_assertions=ON -Denable_gc_debug=ON -Denable_threads=OFF
+ CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_throw_bad_alloc_library=OFF -Denable_gc_assertions=ON -Denable_gc_debug=ON -Denable_threads=OFF
- TARGET: cmake
CFLAGS_EXTRA: -DNO_MSGBOX_ON_ERROR -DNO_MPROTECT_VDB
CMAKE_CONFIG: Release