From 2d4689a01c10a582a4d0bbaa814b23e0c594228d Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Mon, 1 Aug 2022 22:29:11 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2954595..61056f2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,11 +1,17 @@ kind: pipeline name: build and publish Qt Android-App 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: qmake_arguments: "CONFIG+=release" androiddeployqt_arguments: "--android-platform android-31" + - name: publish package image: alpine/curl commands: