forked from Ivasoft/mattermost-mobile
Full test build.
This commit is contained in:
26
.drone.yml
26
.drone.yml
@@ -7,18 +7,18 @@ steps:
|
||||
commands:
|
||||
- chmod -R 777 .
|
||||
|
||||
#- name: build
|
||||
# image: cimg/android:2022.09.2-node
|
||||
# environment:
|
||||
# CIRCLECI: true
|
||||
# NODE_OPTIONS: --max_old_space_size=12000
|
||||
# NODE_ENV: production
|
||||
# BABEL_ENV: production
|
||||
# MATTERMOST_RELEASE_STORE_FILE: /root/mattermost.keystore
|
||||
# MATTERMOST_RELEASE_KEY_ALIAS: mattermost-google-key
|
||||
# MATTERMOST_RELEASE_PASSWORD: 123456
|
||||
# commands:
|
||||
# - 'npm run build:android'
|
||||
- name: build
|
||||
image: cimg/android:2022.09.2-node
|
||||
environment:
|
||||
CIRCLECI: true
|
||||
NODE_OPTIONS: --max_old_space_size=12000
|
||||
NODE_ENV: production
|
||||
BABEL_ENV: production
|
||||
MATTERMOST_RELEASE_STORE_FILE: /root/mattermost.keystore
|
||||
MATTERMOST_RELEASE_KEY_ALIAS: mattermost-google-key
|
||||
MATTERMOST_RELEASE_PASSWORD: 123456
|
||||
commands:
|
||||
- 'npm run build:android'
|
||||
|
||||
- name: gitea_release
|
||||
image: plugins/gitea-release
|
||||
@@ -26,6 +26,6 @@ steps:
|
||||
api_key:
|
||||
from_secret: drone_release
|
||||
base_url: https://git.ivasoft.cz
|
||||
files: package.json
|
||||
files: *.apk
|
||||
when:
|
||||
event: tag
|
||||
Reference in New Issue
Block a user