Browse Source

Update .travis.yml

master
probonopd 9 years ago
committed by GitHub
parent
commit
88d179fe80
  1. 7
      .travis.yml

7
.travis.yml

@ -19,18 +19,19 @@ before_install:
- tar xf patchelf-0.9.tar.bz2
- cd patchelf-*/
- ./configure
- make
- make -j7
- sudo make install
- cd -
install:
# Packages from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty
- sudo apt-get -y install qt57tools qt57base
- sudo apt-get -y install qt57base # qt57tools
script:
- source /opt/qt57/bin/qt57-env.sh
- /opt/qt57/bin/qmake linuxdeployqt.pro
- make CXX='g++-6' -j7
# - make CXX='g++-6' -j7
- make -j7
- find .
- strip linuxdeployqt/linuxdeployqt
- curl --upload-file ./linuxdeployqt/linuxdeployqt https://transfer.sh/linuxdeployqt

Loading…
Cancel
Save