Skip to content

Commit

Permalink
Merge pull request #674 from tpaviot/review/travis-gcc5
Browse files Browse the repository at this point in the history
Added gcc-5 and g++-5 for travis build
  • Loading branch information
tpaviot authored Aug 9, 2017
2 parents a4f446a + c888fd5 commit aa5ae7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ before_install:
fi
# linux
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test;
sudo apt-get update -q;
sudo apt-get install tcl8.5-dev tk8.5-dev libgl2ps-dev libfreeimage-dev libtbb-dev;
sudo apt-get install tclthread;
sudo apt-get install libgl1-mesa-dri;
sudo apt-get install xsltproc;
sudo apt-get install -qq gcc-5 g++-5;
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 60 --slave /usr/bin/g++ g++ /usr/bin/g++-5;
fi
before_script:
# Initialize xvfb server
Expand Down

0 comments on commit aa5ae7b

Please sign in to comment.