Skip to content

Commit

Permalink
probando con qt58
Browse files Browse the repository at this point in the history
  • Loading branch information
juanlatorre committed Jun 8, 2017
1 parent b51fc80 commit 9c3de9e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@ sudo: require
dist: trusty

before_install:
- sudo add-apt-repository ppa:beineri/opt-qt59-trusty -y
- sudo add-apt-repository ppa:beineri/opt-qt58-trusty -y
- sudo apt-get update -qq

install:
- sudo apt-get -y install qt59base qt59webengine qt59svg qt59imageformats qt59x11extras qt5-qmake
- source /opt/qt*/bin/qt*-env.sh
- sudo apt-get -y install qt58base qt58webengine qt58svg
- source /opt/qt58/bin/qt58-env.sh

script:
- qmake PREFIX=/usr
- make -j4
- sudo apt-get -y install checkinstall
- sudo checkinstall --pkgname=app --pkgversion="1" --pkgrelease="1" --backup=no --fstrans=no --default --deldoc
- mkdir appdir appdir/usr appdir/usr/bin
- cd appdir
- cp ../cuarzobrowser usr/bin/
Expand Down

0 comments on commit 9c3de9e

Please sign in to comment.