Merge branch 'master' of gitlab.com:ChristianPauly/fluffychat-flutter

This commit is contained in:
Christian Pauly 2020-01-03 14:28:34 +01:00
commit 2c98f4978b
1 changed files with 14 additions and 1 deletions

View File

@ -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
@ -59,4 +72,4 @@ pages:
paths:
- public
only:
- master
- master