mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Travis: use gcc-8
This commit is contained in:
parent
21e1911112
commit
fba4dbf498
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ env:
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then
|
||||||
export CXX="g++-5" CC="gcc-5" CXXFLAGS="-Wno-format-security";
|
export CXX="g++-8" CC="gcc-8" CXXFLAGS="-Wno-format-security";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
@ -123,8 +123,8 @@ addons:
|
||||||
# Clang 5.0 is now bundled in travis, so we no longer need the ppa version.
|
# Clang 5.0 is now bundled in travis, so we no longer need the ppa version.
|
||||||
#- clang-4.0
|
#- clang-4.0
|
||||||
- libedit-dev
|
- libedit-dev
|
||||||
- g++-5
|
- g++-8
|
||||||
- gcc-5
|
- gcc-8
|
||||||
- libstdc++-5-dev
|
- libstdc++-5-dev
|
||||||
- lib32stdc++6
|
- lib32stdc++6
|
||||||
- zlib1g-dev
|
- zlib1g-dev
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue