Update .travis.yml
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user