|
|
@ -16,16 +16,16 @@ language: cpp
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
# Test clang-3.5: C++11/C++14, Buidd=Debug/Release, ASAN=On/Off
|
|
|
|
# Test clang-3.5: C++11/C++14, Buidd=Debug/Release, ASAN=On/Off
|
|
|
|
# - env: CLANG_VERSION=3.5 BUILD_TYPE=Debug CPP=11 ASAN=On LIBCXX=On
|
|
|
|
- env: CLANG_VERSION=3.5 BUILD_TYPE=Debug CPP=11 ASAN=On LIBCXX=On
|
|
|
|
# os: linux
|
|
|
|
os: linux
|
|
|
|
# addons: &clang35
|
|
|
|
addons: &clang35
|
|
|
|
# apt:
|
|
|
|
apt:
|
|
|
|
# packages:
|
|
|
|
packages:
|
|
|
|
# - clang-3.5
|
|
|
|
- clang-3.5
|
|
|
|
# - valgrind
|
|
|
|
- valgrind
|
|
|
|
# sources:
|
|
|
|
sources:
|
|
|
|
# - ubuntu-toolchain-r-test
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
# - llvm-toolchain-precise-3.5
|
|
|
|
- llvm-toolchain-precise-3.5
|
|
|
|
|
|
|
|
|
|
|
|
# - env: CLANG_VERSION=3.5 BUILD_TYPE=Release CPP=11 ASAN=On LIBCXX=On
|
|
|
|
# - env: CLANG_VERSION=3.5 BUILD_TYPE=Release CPP=11 ASAN=On LIBCXX=On
|
|
|
|
# os: linux
|
|
|
|
# os: linux
|
|
|
@ -54,16 +54,16 @@ matrix:
|
|
|
|
# addons: *clang35
|
|
|
|
# addons: *clang35
|
|
|
|
|
|
|
|
|
|
|
|
# Test clang-3.6: C++11/C++14, Buidd=Debug/Release, ASAN=On/Off
|
|
|
|
# Test clang-3.6: C++11/C++14, Buidd=Debug/Release, ASAN=On/Off
|
|
|
|
# - env: CLANG_VERSION=3.6 BUILD_TYPE=Debug CPP=11 ASAN=On LIBCXX=On
|
|
|
|
- env: CLANG_VERSION=3.6 BUILD_TYPE=Debug CPP=11 ASAN=On LIBCXX=On
|
|
|
|
# os: linux
|
|
|
|
os: linux
|
|
|
|
# addons: &clang36
|
|
|
|
addons: &clang36
|
|
|
|
# apt:
|
|
|
|
apt:
|
|
|
|
# packages:
|
|
|
|
packages:
|
|
|
|
# - clang-3.6
|
|
|
|
- clang-3.6
|
|
|
|
# - valgrind
|
|
|
|
- valgrind
|
|
|
|
# sources:
|
|
|
|
sources:
|
|
|
|
# - ubuntu-toolchain-r-test
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
# - llvm-toolchain-precise-3.6
|
|
|
|
- llvm-toolchain-precise-3.6
|
|
|
|
|
|
|
|
|
|
|
|
# - env: CLANG_VERSION=3.6 BUILD_TYPE=Release CPP=11 ASAN=On LIBCXX=On
|
|
|
|
# - env: CLANG_VERSION=3.6 BUILD_TYPE=Release CPP=11 ASAN=On LIBCXX=On
|
|
|
|
# os: linux
|
|
|
|
# os: linux
|
|
|
@ -132,15 +132,15 @@ matrix:
|
|
|
|
# addons: *clang37
|
|
|
|
# addons: *clang37
|
|
|
|
|
|
|
|
|
|
|
|
# Test gcc-4.9: C++11, Build=Debug/Release, ASAN=Off
|
|
|
|
# Test gcc-4.9: C++11, Build=Debug/Release, ASAN=Off
|
|
|
|
# - env: GCC_VERSION=4.9 BUILD_TYPE=Debug CPP=11 ASAN=Off LIBCXX=Off
|
|
|
|
- env: GCC_VERSION=4.9 BUILD_TYPE=Debug CPP=11 ASAN=Off LIBCXX=Off
|
|
|
|
# os: linux
|
|
|
|
os: linux
|
|
|
|
# addons: &gcc49
|
|
|
|
addons: &gcc49
|
|
|
|
# apt:
|
|
|
|
apt:
|
|
|
|
# packages:
|
|
|
|
packages:
|
|
|
|
# - g++-4.9
|
|
|
|
- g++-4.9
|
|
|
|
# - valgrind
|
|
|
|
- valgrind
|
|
|
|
# sources:
|
|
|
|
sources:
|
|
|
|
# - ubuntu-toolchain-r-test
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
|
|
|
|
|
|
|
|
# - env: GCC_VERSION=4.9 BUILD_TYPE=Release CPP=11 ASAN=Off LIBCXX=Off
|
|
|
|
# - env: GCC_VERSION=4.9 BUILD_TYPE=Release CPP=11 ASAN=Off LIBCXX=Off
|
|
|
|
# os: linux
|
|
|
|
# os: linux
|
|
|
|