Unverified Commit c7ba1e21 by Rémi Verschelde Committed by GitHub

Merge pull request #26030 from marxin/travis-add-gcc-8

Add gcc-8 to Travis.
parents e9b854b7 8fbf69a4
......@@ -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
......
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