[DEV] add travis upgratde for gcc
This commit is contained in:
parent
1616d833e8
commit
9e2099b870
@ -21,6 +21,13 @@ before_script:
|
||||
- git submodule init
|
||||
- git submodule update
|
||||
|
||||
install:
|
||||
- if [ "$CXX" == "g++" ]; sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
|
||||
- if [ "$CXX" == "g++" ]; 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 :
|
||||
script:
|
||||
- if [ "$CXX" == "clang++" ]; then ./build/lutin.py -cclang -mdebug -p ewol; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user