Update CI for branches
This commit is contained in:
parent
150fe64352
commit
7730c7c005
|
@ -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 a new issue