Tell travis to use updated version of gcc
This commit is contained in:
parent
e689122230
commit
223805414d
@ -4,8 +4,12 @@ before_install:
|
|||||||
# Setup virtual x server for gui testing
|
# Setup virtual x server for gui testing
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
# Install dependencies
|
|
||||||
|
# Upgrade gcc
|
||||||
- sudo apt-get update -qq
|
- sudo apt-get update -qq
|
||||||
|
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
|
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
|
||||||
|
|
||||||
# Build with both gcc and clang
|
# Build with both gcc and clang
|
||||||
|
Loading…
Reference in New Issue
Block a user