Enhance Travis testing to use gcc 8 and test C++17 and C17
This commit is contained in:
parent
3e4b7269c0
commit
1c46662c39
2 changed files with 17 additions and 1 deletions
|
|
@ -17,6 +17,10 @@ elif [[ "$CC" == gcc-7 ]]; then
|
|||
travis_retry sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
travis_retry sudo apt-get -qq update
|
||||
travis_retry sudo apt-get install -qq g++-7
|
||||
elif [[ "$CC" == gcc-8 ]]; then
|
||||
travis_retry sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
travis_retry sudo apt-get -qq update
|
||||
travis_retry sudo apt-get install -qq g++-8
|
||||
fi
|
||||
|
||||
travis_retry sudo apt-get -qq install libboost-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue