Update .travis.yml
This commit is contained in:
+4
-3
@@ -19,18 +19,19 @@ before_install:
|
|||||||
- tar xf patchelf-0.9.tar.bz2
|
- tar xf patchelf-0.9.tar.bz2
|
||||||
- cd patchelf-*/
|
- cd patchelf-*/
|
||||||
- ./configure
|
- ./configure
|
||||||
- make
|
- make -j7
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- cd -
|
- cd -
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Packages from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty
|
# 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:
|
script:
|
||||||
- source /opt/qt57/bin/qt57-env.sh
|
- source /opt/qt57/bin/qt57-env.sh
|
||||||
- /opt/qt57/bin/qmake linuxdeployqt.pro
|
- /opt/qt57/bin/qmake linuxdeployqt.pro
|
||||||
- make CXX='g++-6' -j7
|
# - make CXX='g++-6' -j7
|
||||||
|
- make -j7
|
||||||
- find .
|
- find .
|
||||||
- strip linuxdeployqt/linuxdeployqt
|
- strip linuxdeployqt/linuxdeployqt
|
||||||
- curl --upload-file ./linuxdeployqt/linuxdeployqt https://transfer.sh/linuxdeployqt
|
- curl --upload-file ./linuxdeployqt/linuxdeployqt https://transfer.sh/linuxdeployqt
|
||||||
|
|||||||
Reference in New Issue
Block a user