mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Re-expand the Travis-CI build matrix.
This commit is contained in:
parent
590ee2a6e0
commit
a965a9cb12
1 changed files with 7 additions and 0 deletions
|
|
@ -4,9 +4,15 @@ matrix:
|
|||
include:
|
||||
- os: linux
|
||||
env: CC=gcc CXX=g++
|
||||
- os: linux
|
||||
env: CC=clang CXX=clang++
|
||||
- os: linux
|
||||
env: CC=gcc CXX=g++ EXTRA_FLAGS=-m32
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- gcc-multilib
|
||||
- os: linux
|
||||
env: CC=clang CXX=clang++ EXTRA_FLAGS=-m32
|
||||
addons:
|
||||
apt:
|
||||
|
|
@ -14,6 +20,7 @@ matrix:
|
|||
- gcc-multilib
|
||||
- os: osx
|
||||
env: CC=clang CXX=clang++
|
||||
- os: osx
|
||||
env: CC=clang CXX=clang++ EXTRA_FLAGS=-m32
|
||||
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue