fixBuild #30

Merged
fabian merged 11 commits from fixBuild into develop 2023-03-04 08:34:27 +01:00
Showing only changes of commit 74b5acbd0e - Show all commits

View File

@@ -25,6 +25,13 @@ steps:
- let timestamp=$(date +%s)/10 - let timestamp=$(date +%s)/10
- echo "versionCode=$timestamp" >> version.properties - echo "versionCode=$timestamp" >> version.properties
- name: build
image: mingc/android-build-box:1.22.0
commands:
- ./gradlew test
- ./gradlew assembleRelease
- ./gradlew bundleRelease
- name: deploy latest build - name: deploy latest build
image: curlimages/curl image: curlimages/curl
environment: environment: