Compare commits

...

3 Commits

Author SHA1 Message Date
ef564ac21a Release build test
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build was killed
2023-03-10 13:21:04 +01:00
d37bc4c14a FIX Yaml syntax error
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing
2023-03-09 22:58:31 +01:00
2bb144042b Full test build.
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/tag Build encountered an error
2023-03-09 22:52:07 +01:00

View File

@@ -7,18 +7,24 @@ 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
BUILD_FOR_RELEASE: true
#APP_NAME: "EXprojekt Team Beta"
#APP_SCHEME=exprojekt
#REPLACE_ASSETS=true
#MAIN_APP_IDENTIFIER=cz.exprojekt.team.beta
#SUPPLY_PACKAGE_NAME=cz.exprojekt.team.beta
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 +32,6 @@ steps:
api_key:
from_secret: drone_release
base_url: https://git.ivasoft.cz
files: package.json
files: '*.apk'
when:
event: tag