summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-01-31 16:44:57 -0800
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-01-31 17:23:30 -0800
commit449b7f486777d14f5aaa84b6822221915e1405e6 (patch)
tree2d4c564af7bc1130a385d201aedcb48048356dd3 /.appveyor.yml
parent5260d9c12f8f83e4f37a28593d197638ad3d4e56 (diff)
downloadjemalloc-449b7f486777d14f5aaa84b6822221915e1405e6.tar.gz
CI: Run --enable-debug builds on windows
This will hopefully catch some windows-specific bugs.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ddd5c571..510815dc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,6 +12,20 @@ environment:
CPU: x86_64
- MSYSTEM: MINGW32
CPU: i686
+ - MSYSTEM: MINGW64
+ CPU: x86_64
+ MSVC: amd64
+ CONFIG_FLAGS: --enable-debug
+ - MSYSTEM: MINGW32
+ CPU: i686
+ MSVC: x86
+ CONFIG_FLAGS: --enable-debug
+ - MSYSTEM: MINGW64
+ CPU: x86_64
+ CONFIG_FLAGS: --enable-debug
+ - MSYSTEM: MINGW32
+ CPU: i686
+ CONFIG_FLAGS: --enable-debug
install:
- set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
@@ -21,7 +35,7 @@ install:
build_script:
- bash -c "autoconf"
- - bash -c "./configure"
+ - bash -c "./configure $CONFIG_FLAGS"
- mingw32-make -j3
- file lib/jemalloc.dll
- mingw32-make -j3 tests