Skip to content

Commit

Permalink
Merge pull request #26030 from marxin/travis-add-gcc-8
Browse files Browse the repository at this point in the history
Add gcc-8 to Travis.
  • Loading branch information
akien-mga authored Feb 19, 2019
2 parents e9b854b + 8fbf69a commit c7ba1e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,20 @@ matrix:
packages:
- *linux_deps

- env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-8 EXTRA_ARGS="warnings=all werror=yes" MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
os: linux
compiler: gcc-8
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- gcc-8
- g++-8
- *linux_deps

before_install:
- eval "${MATRIX_EVAL}"
- if [ "$STATIC_CHECKS" = "yes" ]; then
unset SCONS_CACHE;
fi
Expand Down

0 comments on commit c7ba1e2

Please sign in to comment.