[DEBUG] remove gcc-4.6
This commit is contained in:
parent
790f8528e4
commit
6249f2b59b
@ -6,10 +6,6 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
# Setup different environments to test
|
|
||||||
env:
|
|
||||||
- CPP11=1
|
|
||||||
|
|
||||||
# build branch requested
|
# build branch requested
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
@ -24,6 +20,7 @@ before_script:
|
|||||||
install:
|
install:
|
||||||
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
|
- if [ "$CXX" == "g++" ]; then sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
|
||||||
- if [ "$CXX" == "g++" ]; then sudo apt-get update -qq; fi
|
- if [ "$CXX" == "g++" ]; then sudo apt-get update -qq; fi
|
||||||
|
- if [ "$CXX" = "g++" ]; then sudo apt-get remove g++-4.6; fi
|
||||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user