Merge branch 'master' of https://github.com/probonopd/linuxdeployqt
This commit is contained in:
+20
-3
@@ -1,10 +1,27 @@
|
|||||||
|
language: cpp
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- g++-6
|
||||||
|
sources: &sources
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
|
||||||
|
os: linux
|
||||||
|
env: COMPILER=g++-6
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- sudo add-apt-repository --yes ppa:beineri/opt-qt57-trusty
|
||||||
|
- sudo apt-get update -qq
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install -y qt5-default qttools5-dev-tools
|
# Packages from https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty
|
||||||
|
- sudo apt-get -y install qt57tools qt57base
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- qmake linuxdeployqt.pro
|
- source /opt/qt57/bin/qt57-env.sh
|
||||||
- make
|
- /opt/qt57/bin/qmake linuxdeployqt.pro
|
||||||
|
- make CXX='g++-6' -j7
|
||||||
- ./linuxdeployqt
|
- ./linuxdeployqt
|
||||||
|
|||||||
Reference in New Issue
Block a user