mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Alembicons - remove unbuilt
This commit is contained in:
parent
d9041dd7f1
commit
fdab205f4b
1 changed files with 0 additions and 18 deletions
|
|
@ -108,24 +108,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2025.01.00
|
||||
versionCode: 41
|
||||
commit: c83e8a008ed83413c5fb76f335465af0e7f4dc89
|
||||
subdir: app
|
||||
submodules: true
|
||||
output: build/outputs/apk/release/Alembicons-v*.apk
|
||||
build:
|
||||
- mkdir upstream
|
||||
- pushd upstream
|
||||
- curl -L -o upstream.apk https://codeberg.org/kaanelloed/Alembicons/releases/download/$$VERSION$$/Alembicons-v$$VERSION$$.apk
|
||||
- unzip -q upstream.apk
|
||||
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||
- popd
|
||||
- for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local;
|
||||
unzip -q ../build/outputs/apk/release/Alembicons-v*.apk; export localhash=$(sha256sum
|
||||
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||
]] && break ; popd; rm -fr local; done
|
||||
|
||||
- versionName: 2025.01.01
|
||||
versionCode: 42
|
||||
commit: 04a7c8a77ca9a04b86b81445bc0dec8c60f14030
|
||||
|
|
|
|||
Loading…
Reference in a new issue