mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Enable limit-usize-gap in CI tests.
Considering the new usize calculation will be default soon, add the config option in for Travis, Cirrus and appveyor.
This commit is contained in:
parent
6035d4a8d3
commit
70f019cd3a
4 changed files with 119 additions and 114 deletions
|
|
@ -5,27 +5,31 @@ environment:
|
|||
- MSYSTEM: MINGW64
|
||||
CPU: x86_64
|
||||
MSVC: amd64
|
||||
CONFIG_FLAGS: --enable-debug
|
||||
CONFIG_FLAGS: --enable-debug --enable-limit-usize-gap
|
||||
- MSYSTEM: MINGW64
|
||||
CPU: x86_64
|
||||
CONFIG_FLAGS: --enable-debug
|
||||
CONFIG_FLAGS: --enable-debug --enable-limit-usize-gap
|
||||
- MSYSTEM: MINGW32
|
||||
CPU: i686
|
||||
MSVC: x86
|
||||
CONFIG_FLAGS: --enable-debug
|
||||
CONFIG_FLAGS: --enable-debug --enable-limit-usize-gap
|
||||
- MSYSTEM: MINGW32
|
||||
CPU: i686
|
||||
CONFIG_FLAGS: --enable-debug
|
||||
CONFIG_FLAGS: --enable-debug --enable-limit-usize-gap
|
||||
- MSYSTEM: MINGW64
|
||||
CPU: x86_64
|
||||
MSVC: amd64
|
||||
CONFIG_FLAGS: --enable-limit-usize-gap
|
||||
- MSYSTEM: MINGW64
|
||||
CPU: x86_64
|
||||
CONFIG_FLAGS: --enable-limit-usize-gap
|
||||
- MSYSTEM: MINGW32
|
||||
CPU: i686
|
||||
MSVC: x86
|
||||
CONFIG_FLAGS: --enable-limit-usize-gap
|
||||
- MSYSTEM: MINGW32
|
||||
CPU: i686
|
||||
CONFIG_FLAGS: --enable-limit-usize-gap
|
||||
|
||||
install:
|
||||
- set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue