-
Igor Markin authored87318e91
.gitlab-ci.yml 290 B
stages:
- build
build:
variables:
LANG: en_US.UTF-8
stage: build
artifacts:
paths:
- ./build/app/outputs/apk/development/release/app-development-release.apk
tags:
- macos
script:
- cp $HOME/key.properties ./android/key.properties
- make build-android