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