mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
Merge branch 'ChristianPauly-master-patch-00672' into 'master'
Update CI for branches See merge request ChristianPauly/fluffychat-flutter!70
This commit is contained in:
commit
1da152e308
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user