Unverified Commit 0e49bfff authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update .travis.yml

parent 3ed40d04
......@@ -21,6 +21,16 @@ addons: &gcc7
sources:
- ubuntu-toolchain-r-test
# gcc 9.0
addons: &gcc9
apt:
packages:
- g++-9
sources:
- ubuntu-toolchain-r-test
# Clang 3.5
addons: &clang35
apt:
......@@ -48,19 +58,26 @@ matrix:
- env: GCC_VERSION=4.8 BUILD_TYPE=Debug CPP=11
os: linux
addons: *gcc48
- env: GCC_VERSION=4.8 BUILD_TYPE=Release CPP=11
os: linux
addons: *gcc48
# Test gcc-7: C++11, Build=Debug/Release
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
- env: GCC_VERSION=7 BUILD_TYPE=Debug CPP=11
os: linux
addons: *gcc7
- env: GCC_VERSION=7 BUILD_TYPE=Deubg CPP=11
- env: GCC_VERSION=7 BUILD_TYPE=Release CPP=11
os: linux
addons: *gcc7
# Test gcc-9: C++17, Build=Debug/Release
- env: GCC_VERSION=9 BUILD_TYPE=Debug CPP=17
os: linux
addons: *gcc9
- env: GCC_VERSION=9 BUILD_TYPE=Release CPP=17
os: linux
addons: *gcc9
# Test clang-3.5: C++11, Build=Debug/Release
- env: CLANG_VERSION=3.5 BUILD_TYPE=Debug CPP=11
os: linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment