forked from Ivasoft/mattermost-mobile
This commit is contained in:
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: cimg/android:2022.09.2-node
|
||||
environment:
|
||||
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'
|
||||
Reference in New Issue
Block a user