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