summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-05-13 09:30:44 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-05-13 09:30:44 +0300
commit28ebb9dccd215f8156a5b95335f0bfa021709fd4 (patch)
tree0309226d73be950e29f80746f1a39f4c970b188a /.appveyor.yml
parentb1b932b8773c9ece2eeffeec539aee838722de52 (diff)
downloadbdwgc-28ebb9dccd215f8156a5b95335f0bfa021709fd4.tar.gz
AppVeyor CI: Test with GC_READ_ENV_FILE
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a17a3bbd..61f4324f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,7 +13,7 @@ environment:
- TARGET: cmake
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
+ CFLAGS_EXTRA: -DNO_MSGBOX_ON_ERROR -DNO_MPROTECT_VDB -DGC_READ_ENV_FILE
CMAKE_CONFIG: Release
CMAKE_OPTIONS: -Dbuild_tests=ON -Denable_cplusplus=ON -Denable_large_config=ON -Ddisable_gc_debug=ON
- TARGET: cmake