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
...@@ -5,9 +5,13 @@ build: ...@@ -5,9 +5,13 @@ build:
variables: variables:
LANG: en_US.UTF-8 LANG: en_US.UTF-8
stage: build stage: build
artifacts:
paths:
- build-apk.tgz
tags: tags:
- macos - macos
script: script:
- cp $HOME/key.properties ./android/key.properties - cp $HOME/key.properties ./android/key.properties
- make build-android - 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.
Please register or to comment