Skip to content

Commit

Permalink
GCC-7 added to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmayer authored and n-west committed Feb 22, 2018
1 parent 03b2535 commit 234d987
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,10 @@ matrix:
# Job 4 ... gcc-6
- env: MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
addons: {apt: {sources: "ubuntu-toolchain-r-test", packages: [*common_packages, g++-6]}}
# Job 5 ... ARM cross compile (gcc-4.8)
# Job 5 ... gcc-7
- env: MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
addons: {apt: {sources: "ubuntu-toolchain-r-test", packages: [*common_packages, g++-7]}}
# Job 6 ... ARM cross compile (gcc-4.8)
- env: MATRIX_EVAL="CC=gcc-4.8 && CXX=g++-4.8 && BOOST_ROOT=$TRAVIS_BUILD_DIR/boost_1_66_0 && CMAKE_ARG=-DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/arm-linux-gnueabihf.cmake"
addons: {apt: {sources: "ubuntu-toolchain-r-test", packages: [*common_packages, g++-arm-linux-gnueabihf, qemu-user]}}
before_script:
Expand Down

0 comments on commit 234d987

Please sign in to comment.