Add '.drone.yml'
Some checks reported errors
continuous-integration/drone Build encountered an error
Some checks reported errors
continuous-integration/drone Build encountered an error
This commit is contained in:
parent
175c2ea264
commit
d881b203fa
1 changed files with 14 additions and 0 deletions
14
.drone.yml
Normal file
14
.drone.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
kind: pipeline
|
||||
name: build and publish site
|
||||
steps:
|
||||
- name: build apk
|
||||
plugin: itsblue.dev/plugins/qt-android
|
||||
settings:
|
||||
qmake_attributes: "CONFIG+=release"
|
||||
qndroiddeployqt_attributes: "--aab"
|
||||
|
||||
- name: publish package
|
||||
image: ubuntu:20.04
|
||||
commands:
|
||||
- ls -l ./*
|
||||
|
Loading…
Reference in a new issue