release/2.0 #21

Merged
fabian merged 137 commits from release/2.0 into master 2023-01-28 23:29:27 +01:00
Showing only changes of commit fa24e254dc - Show all commits

View File

@@ -4,22 +4,23 @@ type: docker
name: Android
steps:
- name: build
image: mingc/android-build-box
- name: prepareSigning
image: busybox
environment:
STOREPASSWORD:
from_secret: StorePassword
KEYPASSWORD:
from_secret: KeyPassword
volumes:
- name: deploy
path: /tmp/deploy
commands:
- touch keystore.properties
- echo "storePassword=$STOREPASSWORD" >> keystore.properties
- echo "keyPassword=$KEYPASSWORD" >> keystore.properties
- echo "keyAlias=key0" >> keystore.properties
- echo "storeFile=../AndroidKey" >> keystore.properties
- name: build
image: mingc/android-build-box
commands:
- ./gradlew test
- ./gradlew assembleDebug
- ./gradlew bundleRelease