Merge branch 'ChristianPauly-master-patch-00672' into 'master'

Update CI for branches

See merge request ChristianPauly/fluffychat-flutter!70
This commit is contained in:
Christian Pauly 2020-05-23 09:02:41 +00:00
commit 1da152e308
1 changed files with 13 additions and 0 deletions

View File

@ -40,6 +40,19 @@ build_web:
- build/web/
build_android_debug:
stage: coverage
script:
- truncate -s $(head -n -2 android/app/build.gradle | wc -c) android/app/build.gradle
- flutter build apk --debug
artifacts:
when: on_success
paths:
- build/app/outputs/apk/release/app-release.apk
except:
- master
build_android_apk:
stage: coverage
script: