mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
dicio - retry build if first fails
This commit is contained in:
parent
b98a485450
commit
aa9de0a6f0
1 changed files with 3 additions and 2 deletions
|
|
@ -82,11 +82,12 @@ Builds:
|
|||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild: gradle clean
|
||||
scandelete:
|
||||
- checkouts/
|
||||
- sentences-compiler-plugin/build/
|
||||
build: gradle assembleRelease || gradle assembleRelease
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
|
|
|
|||
Loading…
Reference in a new issue