Use matrix

This commit is contained in:
mayeut 2015-10-09 23:00:06 +02:00
parent 5c3632b00e
commit 74f71ec923
1 changed files with 28 additions and 7 deletions

View File

@ -1,11 +1,32 @@
language: c language: c
os:
- linux matrix:
compiler: include:
- gcc-4.8 - os: osx
env: compiler: clang
- OPJ_CI_ABI_CHECK=1 env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release
- os: linux
compiler: gcc
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release
- os: linux
compiler: gcc
env: OPJ_CI_ARCH=i386 OPJ_CI_BUILD_CONFIGURATION=Release
- os: linux
compiler: gcc
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug
- os: linux
compiler: clang
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Debug OPJ_CI_ASAN=1
- os: linux
compiler: x86_64-w64-mingw32-gcc
env: OPJ_CI_ARCH=x86_64 OPJ_CI_BUILD_CONFIGURATION=Release
- os: linux
compiler: x86_64-w64-mingw32-gcc
env: OPJ_CI_ARCH=i386 OPJ_CI_BUILD_CONFIGURATION=Release
- os: linux
compiler: gcc-4.8
env: OPJ_CI_ABI_CHECK=1
addons: addons:
apt: apt:
sources: sources: