mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +01:00
Merge branch 'master' of gitlab.com:ChristianPauly/fluffychat-flutter
This commit is contained in:
commit
2c98f4978b
@ -41,6 +41,19 @@ build_android_fdroid:
|
|||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
- build/app/outputs/apk/release/app-release.apk
|
- 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:
|
pages:
|
||||||
stage: publish
|
stage: publish
|
||||||
@ -59,4 +72,4 @@ pages:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user