Skip to content
Snippets Groups Projects
Commit 121bccf2 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Add signing code

parent 801091a8
Branches
Tags
No related merge requests found
Pipeline #
...@@ -27,6 +27,8 @@ before_script: ...@@ -27,6 +27,8 @@ before_script:
- export PATH=$PATH:$PWD/android-sdk-linux/platform-tools/ - export PATH=$PATH:$PWD/android-sdk-linux/platform-tools/
- chmod +x ./gradlew - chmod +x ./gradlew
- echo $SIGNING_KEYSTORE | base64 -d > /root/signing.keystore
stages: stages:
- build - build
- test - test
...@@ -34,6 +36,7 @@ stages: ...@@ -34,6 +36,7 @@ stages:
build: build:
stage: build stage: build
script: script:
- echo $SIGNING_PROPERTIES > signing.properties
- ./gradlew assembleRelease - ./gradlew assembleRelease
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment