diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c280ec..8ac3fef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,19 @@ build_android_fdroid: when: on_success paths: - build/app/outputs/apk/release/app-release.apk + only: + - master + +build_android_debug: + stage: coverage + script: + - flutter build apk --debug + artifacts: + when: on_success + paths: + - build/app/outputs/apk/release/app-debug.apk + except: + - master pages: stage: publish