Skip to content

Commit

Permalink
Travis build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Dec 16, 2014
1 parent 784a05f commit b97d9f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -2,13 +2,16 @@ language: cpp
compiler:
- gcc
before_install:
# install Qt 5.3 from a launchpad repository
- sudo add-apt-repository ppa:beineri/opt-qt532 -y
# a newer cmake is required, here is a backport for 12.04 LTS
- sudo add-apt-repository ppa:kalakris/cmake -y
# install yast2-devtools from YaST:Head:Travis
- wget https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "qt53base yast2-devtools cmake"
- sh ./travis_setup.sh -p "yast2-devtools cmake"
# install Qt 5.3 from a launchpad repository
# DOES NOT WORK: sudo add-apt-repository ppa:beineri/opt-qt532 -y
- wget http://ppa.launchpad.net/beineri/opt-qt532/ubuntu/pool/main/q/qt53base/qt53base_5.3.2-1ubuntu1_amd64.deb
- sudo dpkg -i qt53base_5.3.2-1ubuntu1_amd64.deb
- sudo apt-get -f install
script:
# the Qt5 ackage is in /opt, set the environment first using the bundled script
- . /opt/qt53/bin/qt53-env.sh
Expand Down

0 comments on commit b97d9f1

Please sign in to comment.