diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..14d9aa7 --- /dev/null +++ b/.drone.yml @@ -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 ./* + \ No newline at end of file