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 818965e16c - Show all commits

View File

@@ -6,10 +6,20 @@ name: Android
steps: steps:
- name: build - name: build
image: mingc/android-build-box image: mingc/android-build-box
environment:
STOREPASSWORD:
from_secret: StorePassword
KEYPASSWORD:
from_secret: KeyPassword
volumes: volumes:
- name: deploy - name: deploy
path: /tmp/deploy path: /tmp/deploy
commands: commands:
- touch keystore.properties
- storePassword=$STOREPASSWORD >> keystore.properties
- keyPassword=$KEYPASSWORD >> keystore.properties
- keyAlias=key0 >> keystore.properties
- storeFile=../AndroidKey >> keystore.properties
- ./gradlew test - ./gradlew test
- ./gradlew assembleDebug - ./gradlew assembleDebug
- ./gradlew bundleRelease - ./gradlew bundleRelease