[DEBUG] change gcc version in script
This commit is contained in:
parent
35aa535a6d
commit
790f8528e4
@ -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 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user