This commit is contained in:
parent
b450d3a406
commit
2d4689a01c
1 changed files with 6 additions and 0 deletions
|
@ -1,11 +1,17 @@
|
|||
kind: pipeline
|
||||
name: build and publish Qt Android-App
|
||||
steps:
|
||||
- name: submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- name: build apk
|
||||
image: itsblue.dev/plugins/qt-android:5.15.5-1
|
||||
settings:
|
||||
qmake_arguments: "CONFIG+=release"
|
||||
androiddeployqt_arguments: "--android-platform android-31"
|
||||
|
||||
- name: publish package
|
||||
image: alpine/curl
|
||||
commands:
|
||||
|
|
Reference in a new issue