Another attempt to get travis to upgrade gcc
This commit is contained in:
parent
475966853e
commit
55d0d6fae5
@ -6,11 +6,12 @@ before_install:
|
|||||||
- sh -e /etc/init.d/xvfb start
|
- sh -e /etc/init.d/xvfb start
|
||||||
|
|
||||||
# Upgrade gcc
|
# Upgrade gcc
|
||||||
- sudo apt-get update -qq
|
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get -qq install g++-4.8
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- sudo apt-get install -qq libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
|
- sudo apt-get -qq install libwxgtk3.0-dev libwxgtk3.0-0 libssh2-1-dev
|
||||||
|
|
||||||
# Build with both gcc and clang
|
# Build with both gcc and clang
|
||||||
compiler:
|
compiler:
|
||||||
|
Loading…
Reference in New Issue
Block a user