mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Compare commits
1 Commits
0.71.3
...
debug-bran
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
016c397877 |
34
.woodpecker/publish_debug.yml
Normal file
34
.woodpecker/publish_debug.yml
Normal file
@@ -0,0 +1,34 @@
|
||||
pipeline:
|
||||
build-apks:
|
||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||
commands:
|
||||
# build the apks
|
||||
- echo "$${SIGNING_KEY}" | base64 -d > app/keystore.p12
|
||||
- ./gradlew assembleMainDebug -Dnightly_store_file="keystore.p12" -Dnightly_store_password="$${KEYSTOREPASS}" -Dnightly_key_alias="gadgetbridge" -Dnightly_key_password="$${KEYPASS}"
|
||||
secrets: [ signing_key, keystorepass, keypass ]
|
||||
|
||||
publish_debug_version:
|
||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||
commands:
|
||||
- cd ..
|
||||
- pwd
|
||||
- mkdir repoconfig
|
||||
- cd repoconfig
|
||||
- pwd
|
||||
- git clone --depth 1 https://codeberg.org/Freeyourgadget/fdroid-repo-config.git
|
||||
- apt update
|
||||
- apt -y install jq
|
||||
- ./fdroid-repo-config/repoconfig/publish_debug_version.sh
|
||||
secrets: [ commit_token ]
|
||||
|
||||
on-error:
|
||||
image: codeberg.org/freeyourgadget/android-fdroid-tools:latest
|
||||
commands:
|
||||
- cd ..
|
||||
- mkdir -p repoconfig
|
||||
- cd repoconfig
|
||||
- git clone --depth 1 https://codeberg.org/Freeyourgadget/fdroid-repo-config.git || true
|
||||
- ./fdroid-repo-config/repoconfig/create_issue_comment.sh "CI failed when publishing debug version"
|
||||
when:
|
||||
status: failure
|
||||
secrets: [ commit_token ]
|
||||
Reference in New Issue
Block a user