Skip to content
Snippets Groups Projects
Commit 3ac18de3 authored by Igor Markin's avatar Igor Markin
Browse files

Add APK artifact

parent 858390d8
No related branches found
No related tags found
1 merge request!3Resolve "Set up building process."
Pipeline #15761 failed with stage
in 1 minute and 29 seconds
......@@ -5,9 +5,13 @@ build:
variables:
LANG: en_US.UTF-8
stage: build
artifacts:
paths:
- build-apk.tgz
tags:
- macos
script:
- cp $HOME/key.properties ./android/key.properties
- make build-android
- tar -czf build.tgz -C ./build/app/outputs/apk/development/release/app-development-release.apk .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment