Skip to content

Commit

Permalink
Add a CMake 2.8.12.2 PPA for Precise
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jul 29, 2015
1 parent 3eb9205 commit 6d9d011
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 @@ -15,7 +15,10 @@ script:
- make examples

before_script:
- sudo add-apt-repository --yes ppa:smspillaz/cmake-2.8.12
- sudo apt-get update -qq
- sudo apt-get upgrade -qq
- sudo apt-get install -qq cmake
- sudo apt-get install -qq build-essential
- sudo apt-get install -qq gcc-4.4 g++-4.4
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.4 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.4
Expand Down

0 comments on commit 6d9d011

Please sign in to comment.