Add Clang 3.6 and additional GCC 5 builds to travis

Follow-up to f386742.

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
Alessandro Ghedini 2015-10-06 20:27:50 +02:00 committed by Rich Salz
parent f386742cfb
commit 6220acf887

View File

@ -3,10 +3,12 @@ language: c
addons: addons:
apt: apt:
packages: packages:
- clang-3.6
- gcc-5 - gcc-5
- binutils-mingw-w64 - binutils-mingw-w64
- gcc-mingw-w64 - gcc-mingw-w64
sources: sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
os: os:
@ -15,6 +17,7 @@ os:
compiler: compiler:
- clang - clang
- clang-3.6
- gcc - gcc
- gcc-5 - gcc-5
- i686-w64-mingw32-gcc - i686-w64-mingw32-gcc
@ -27,10 +30,21 @@ env:
matrix: matrix:
include: include:
- os: linux
compiler: clang-3.6
env: CONFIG_OPTS="-fsanitize=address"
- os: linux
compiler: clang-3.6
env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address"
- os: linux
compiler: gcc-5
env: CONFIG_OPTS="-fsanitize=address"
- os: linux - os: linux
compiler: gcc-5 compiler: gcc-5
env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address" env: CONFIG_OPTS="--debug --strict-warnings -fsanitize=address"
exclude: exclude:
- os: osx
compiler: clang-3.6
- os: osx - os: osx
compiler: gcc-5 compiler: gcc-5
- os: osx - os: osx