forked from Ivasoft/mattermost-mobile
16 lines
420 B
YAML
16 lines
420 B
YAML
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'
|