summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2019-07-14 03:27:15 (GMT)
committerQi Wang <interwq@gmail.com>2019-07-15 06:06:24 (GMT)
commit34e75630cc512423b4f227338056a2f5d7e81740 (patch)
tree68a017602010d53a9441c3939834372ffd10ab45
parent7720b6e3851d200449914448c7163f7af92cd63f (diff)
downloadjemalloc-34e75630cc512423b4f227338056a2f5d7e81740.zip
jemalloc-34e75630cc512423b4f227338056a2f5d7e81740.tar.gz
jemalloc-34e75630cc512423b4f227338056a2f5d7e81740.tar.bz2
Reorder the configs for AppVeyor.
Enable-debug and 64-bit runs tend to be more relevant. Run them first.
-rw-r--r--.appveyor.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9a7d00a..90b0368 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -5,27 +5,27 @@ environment:
- MSYSTEM: MINGW64
CPU: x86_64
MSVC: amd64
+ CONFIG_FLAGS: --enable-debug
+ - MSYSTEM: MINGW64
+ CPU: x86_64
+ CONFIG_FLAGS: --enable-debug
- MSYSTEM: MINGW32
CPU: i686
MSVC: x86
- - MSYSTEM: MINGW64
- CPU: x86_64
+ CONFIG_FLAGS: --enable-debug
- MSYSTEM: MINGW32
CPU: i686
+ CONFIG_FLAGS: --enable-debug
- MSYSTEM: MINGW64
CPU: x86_64
MSVC: amd64
- CONFIG_FLAGS: --enable-debug
+ - MSYSTEM: MINGW64
+ CPU: x86_64
- 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%