Files
mattermost-mobile/.drone.yml
Roman Vaníček 04b35959a3
Some checks failed
continuous-integration/drone/push Build is failing
FIX yml syntax
2023-03-09 10:41:43 +01:00

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'