Update .gitlab-ci.yml file
This commit is contained in:
parent
9b2ce30e07
commit
c527565277
1 changed files with 6 additions and 0 deletions
|
|
@ -144,6 +144,8 @@ build_windows:
|
||||||
build_android_debug:
|
build_android_debug:
|
||||||
stage: build
|
stage: build
|
||||||
script: [./scripts/build-android-debug.sh]
|
script: [./scripts/build-android-debug.sh]
|
||||||
|
tags:
|
||||||
|
- android
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -158,6 +160,8 @@ build_android_apk:
|
||||||
- git apply ./scripts/enable-android-google-services.patch
|
- git apply ./scripts/enable-android-google-services.patch
|
||||||
- ./scripts/prepare-android-release.sh
|
- ./scripts/prepare-android-release.sh
|
||||||
script: [./scripts/build-android-apk.sh]
|
script: [./scripts/build-android-apk.sh]
|
||||||
|
tags:
|
||||||
|
- android
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
|
|
@ -172,6 +176,8 @@ deploy_playstore_internal:
|
||||||
- git apply ./scripts/enable-android-google-services.patch
|
- git apply ./scripts/enable-android-google-services.patch
|
||||||
- ./scripts/prepare-android-release.sh
|
- ./scripts/prepare-android-release.sh
|
||||||
script: [./scripts/release-playstore-beta.sh]
|
script: [./scripts/release-playstore-beta.sh]
|
||||||
|
tags:
|
||||||
|
- android
|
||||||
artifacts:
|
artifacts:
|
||||||
when: on_success
|
when: on_success
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue