FDroid automation in pipeline.

This commit is contained in:
Koen J
2026-02-19 14:06:53 +01:00
parent 2bcfbf89d3
commit 2609929780
2 changed files with 182 additions and 1 deletions
+12 -1
View File
@@ -26,7 +26,7 @@ buildAndDeployApkStable:
expire_in: 30 days
paths:
- app/build/outputs/apk/stable/release/*.apk
buildAndDeployPlaystore:
stage: buildAndDeployPlaystore
script:
@@ -44,3 +44,14 @@ buildAndDeployPlaystore:
expire_in: 30 days
paths:
- app/build/outputs/bundle/playstoreRelease/*.aab
updateFdroidRepo:
stage: updateFdroidRepo
only:
- tags
when: on_success
needs:
- job: buildAndDeployApkStable
artifacts: true
script:
- python3 update_fdroid_index.py