diff options
| author | David Goldblatt <davidgoldblatt@fb.com> | 2017-02-01 00:44:57 (GMT) |
|---|---|---|
| committer | Jason Evans <jasone@canonware.com> | 2017-02-23 18:06:15 (GMT) |
| commit | 44e50041dc89c3aed4d03e231fd8ce6cb061f982 (patch) | |
| tree | 60f54871ddaf2b00712bf6aa91f6f91b83fcf139 | |
| parent | e85e588e45fd3bac1ddc3778e6f8bfe3f668f634 (diff) | |
| download | jemalloc-44e50041dc89c3aed4d03e231fd8ce6cb061f982.zip jemalloc-44e50041dc89c3aed4d03e231fd8ce6cb061f982.tar.gz jemalloc-44e50041dc89c3aed4d03e231fd8ce6cb061f982.tar.bz2 | |
CI: Run --enable-debug builds on windows
This will hopefully catch some windows-specific bugs.
| -rw-r--r-- | .appveyor.yml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ddd5c57..510815d 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 |
