mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
Update .gitlab-ci.yml
This commit is contained in:
parent
1da152e308
commit
b66c2e0e81
@ -44,11 +44,11 @@ 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
|
||||
- flutter build apk --debug -v
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
- build/app/outputs/apk/release/app-release.apk
|
||||
- build/app/outputs/apk/debug/app-debug.apk
|
||||
except:
|
||||
- master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user