summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2021-10-31 22:58:47 +0300
committerIvan Maidanski <ivmai@mail.ru>2021-10-31 22:58:47 +0300
commit942133ecf78d899f1c34872c41ebc49315c5406a (patch)
treed5fc5c0ffe85e2d892d757649392d1175c264815 /.appveyor.yml
parentebb57433341934eef6f3e19644a2d71078ea8836 (diff)
downloadbdwgc-942133ecf78d899f1c34872c41ebc49315c5406a.tar.gz
AppVeyor CI: Test with disabled threads (NT_MAKEFILE)
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c9a61a2d..78f1ce96 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -28,6 +28,9 @@ environment:
- TARGET: nmake
ARCH: x86
NMAKE_OPTIONS: nodebug=1
+ - TARGET: nmake
+ ARCH: x64
+ NMAKE_OPTIONS: disable_threads=1
- TARGET: cygwin
CONF_OPTIONS: --enable-cplusplus
CFLAGS_EXTRA: -D GCTEST_PRINT_VERBOSE