[DEBUG] change gcc version in script

This commit is contained in:
Edouard DUPIN 2014-09-09 08:23:37 +02:00
parent 35aa535a6d
commit 790f8528e4

View File

@ -25,7 +25,6 @@ install:
- 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 install -qq g++-4.8; fi
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
# build sequence with Lutin :