Skip to content
Snippets Groups Projects
Commit dd604613 authored by cyberta's avatar cyberta
Browse files

8743 add manual trigger to build releases from CI

parent a19638c3
Branches
Tags
No related merge requests found
......@@ -60,3 +60,17 @@ build:
artifacts:
paths:
- app/build/outputs/
build_release:
image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest"
stage: build
script:
- git submodule sync --recursive
- git submodule update --init --recursive
- ./gradlew clean
- ./gradlew assembleProductionRelease
- ./gradlew assembleProductionBeta
artifacts:
paths:
- app/build/outputs/
when: manual
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment