Update CI for branches

onboarding
Christian Pauly 5 years ago
parent a9a327cb82
commit fd6e9997cf

@ -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…
Cancel
Save