Travis test gcc-7.2 and c++-17
This commit is contained in:
parent
dcf8730cf3
commit
6981abc440
6 changed files with 69 additions and 0 deletions
|
|
@ -13,6 +13,10 @@ elif [[ "$CC" == gcc-6 ]]; 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++-6
|
||||
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
|
||||
fi
|
||||
|
||||
travis_retry sudo apt-get -qq install libboost-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue