summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-11-21 08:08:05 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-11-21 08:08:05 +0300
commit418f74f58282cdad8f834e201fc53e480d5a3629 (patch)
tree6e83fdab907e75bdd700bf067846140b080feee8 /.appveyor.yml
parentdaea2f19089c32f38de916b8949fde42d73daf6f (diff)
downloadbdwgc-418f74f58282cdad8f834e201fc53e480d5a3629.tar.gz
AppVeyor CI: Test with malloc redirection enabled on Cygwin
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 90fc36d7..ffa35202 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -78,7 +78,7 @@ environment:
CONF_OPTIONS: --enable-cplusplus
CFLAGS_EXTRA: -D GCTEST_PRINT_VERBOSE
- TARGET: cygwin
- CONF_OPTIONS: --enable-cplusplus --disable-munmap --enable-gc-assertions
+ CONF_OPTIONS: --enable-cplusplus --disable-munmap --enable-gc-assertions --enable-redirect-malloc
- TARGET: cygwin64
CFLAGS_EXTRA: -D GC_ALWAYS_MULTITHREADED -D LINT2 -D TEST_MANUAL_VDB
CONF_OPTIONS: --enable-cplusplus --enable-gc-assertions --disable-shared