add custom qt5 launch
This commit is contained in:
parent
a64441bdf5
commit
42dadd1964
@ -29,6 +29,13 @@ apps:
|
|||||||
|
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
|
# Custom launcher to support also armhf
|
||||||
|
qt5-launch:
|
||||||
|
plugin: dump
|
||||||
|
source: .
|
||||||
|
organize:
|
||||||
|
qt5-launch: bin/
|
||||||
|
|
||||||
# Building the whole guh project containig libguh and plugins
|
# Building the whole guh project containig libguh and plugins
|
||||||
guh:
|
guh:
|
||||||
plugin: qmake
|
plugin: qmake
|
||||||
@ -69,8 +76,9 @@ parts:
|
|||||||
- avahi-daemon
|
- avahi-daemon
|
||||||
- libavahi-client3
|
- libavahi-client3
|
||||||
- libavahi-common3
|
- libavahi-common3
|
||||||
after: [ qt5conf ]
|
after: [ qt5-launch ]
|
||||||
|
|
||||||
|
# The guh command line interface
|
||||||
guh-cli:
|
guh-cli:
|
||||||
plugin: python
|
plugin: python
|
||||||
python-version: python2
|
python-version: python2
|
||||||
@ -81,9 +89,8 @@ parts:
|
|||||||
- python-dev
|
- python-dev
|
||||||
- python-pip
|
- python-pip
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
build-packages:
|
|
||||||
- python-setuptools
|
|
||||||
|
|
||||||
|
# The guh webinterface (static folder for the webserver)
|
||||||
guh-webinterface:
|
guh-webinterface:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
source: https://jenkins.guh.io/view/guh-webinterface/job/guh-webinterface-all/lastBuild/artifact/guh-webinterface.tar.gz
|
source: https://jenkins.guh.io/view/guh-webinterface/job/guh-webinterface-all/lastBuild/artifact/guh-webinterface.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user