Update CI for branches
This commit is contained in:
parent
a9a327cb82
commit
fd6e9997cf
1 changed files with 13 additions and 0 deletions
|
|
@ -40,6 +40,19 @@ build_web:
|
||||||
- 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:
|
build_android_apk:
|
||||||
stage: coverage
|
stage: coverage
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue