This commit is contained in:
parent
5cfad624a3
commit
3492e6c511
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: build and publish site
|
name: build and publish site
|
||||||
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:
|
||||||
|
|
Loading…
Reference in a new issue