mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
Merge branch 'ci-make_fdroid_release_master_only' into 'master'
Make fdroid release master only Closes #1 See merge request ChristianPauly/fluffychat-flutter!2
This commit is contained in:
commit
d86c4ecd2d
@ -41,6 +41,19 @@ build_android_fdroid:
|
||||
when: on_success
|
||||
paths:
|
||||
- build/app/outputs/apk/release/app-release.apk
|
||||
only:
|
||||
- master
|
||||
|
||||
build_android_debug:
|
||||
stage: coverage
|
||||
script:
|
||||
- flutter build apk --debug
|
||||
artifacts:
|
||||
when: on_success
|
||||
paths:
|
||||
- build/app/outputs/apk/release/app-debug.apk
|
||||
except:
|
||||
- master
|
||||
|
||||
pages:
|
||||
stage: publish
|
||||
|
Loading…
Reference in New Issue
Block a user