keep latest

This commit is contained in:
Licaon_Kter 2025-05-15 09:31:58 +03:00
parent 5165781144
commit be52c8179d
4 changed files with 0 additions and 146 deletions

View file

@ -26,13 +26,6 @@ Builds:
gradle:
- yes
- versionName: 0.41.16
versionCode: 147
commit: e2c4b77377eb8d27ad2e100d99807d793fa40982
subdir: app
gradle:
- yes
- versionName: 0.41.17
versionCode: 148
commit: edb7e02292257f7fd1224c26d0de5ec964b846db

View file

@ -228,28 +228,6 @@ Builds:
- node_modules
- .swp
- versionName: 13.0.1
versionCode: 1300010000
commit: 2ac89bcc3f5777cbcccb91656d5d1c6bbde29ca7
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -t trixie npm openjdk-21-jdk-headless
- update-alternatives --auto java
init:
- cd ../..
- npm install --build-from-source
- npm run build
- npx cap sync
gradle:
- fdroid
output: build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
scandelete:
- node_modules
- .swp
- versionName: 13.0.4
versionCode: 1300040000
commit: 7024cb6e9387fee731194cb2b318fc4b78cc8f0e

View file

@ -4151,90 +4151,6 @@ Builds:
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-x64"
- versionName: 1.13.0
versionCode: 15101
commit: fafebe799e37f818eab0d4f07e90a2bb308c3cad
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- scripts/update_flutter_version.sh
- scripts/apply_flavor_libre.sh
scanignore:
- .flutter/bin/cache/artifacts
- .flutter/bin/cache/dart-sdk
- .flutter/packages/flutter_tools/gradle
- android/build.gradle
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-arm"
- versionName: 1.13.0
versionCode: 15102
commit: fafebe799e37f818eab0d4f07e90a2bb308c3cad
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- scripts/update_flutter_version.sh
- scripts/apply_flavor_libre.sh
scanignore:
- .flutter/bin/cache/artifacts
- .flutter/bin/cache/dart-sdk
- .flutter/packages/flutter_tools/gradle
- android/build.gradle
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-arm64"
- versionName: 1.13.0
versionCode: 15104
commit: fafebe799e37f818eab0d4f07e90a2bb308c3cad
submodules: true
sudo:
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
output: build/app/outputs/flutter-apk/app-*-libre-release.apk
prebuild:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- scripts/update_flutter_version.sh
- scripts/apply_flavor_libre.sh
scanignore:
- .flutter/bin/cache/artifacts
- .flutter/bin/cache/dart-sdk
- .flutter/packages/flutter_tools/gradle
- android/build.gradle
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
--target-platform="android-x64"
- versionName: 1.13.1
versionCode: 15201
commit: 5726e7bcc0908b2666e8b93ea063fa54bd908271

View file

@ -759,39 +759,6 @@ Builds:
scandelete:
- build-logic/convention/build
- versionName: 1.29.1
versionCode: 620
commit: b29a1f08e5ca64d9b1291886341a530ebafd7e76
subdir: android/app
sudo:
- echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y openjdk-21-jdk-headless
- update-java-alternatives -a
output: build/outputs/apk/fDroid/release/*.apk
prebuild:
- cp -R ../../gradle ./
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX0lEPWtpbVpiWXlaYUVia2Ewb0Npb1ExNUdINWhlNFp4dGtXCg=="
| base64 -d > ../../not_so_secret.properties
- echo "TVVTSUNCUkFJTlpfQ0xJRU5UX1NFQ1JFVD00ZVlINmpqRzBVVm1GRGN1Yk1CSThrVVlxT18xVkxHRAo="
| base64 -d >> ../../not_so_secret.properties
- sed -i -e '/firebase/d' -e '/google.services/d' ../../build.gradle.kts
- sed -i -e 's/\.debug//' ../../shared/domain/src/commonMain/kotlin/ly/david/musicsearch/shared/domain/Constants.kt
- gradle clean
scandelete:
- build-logic/convention/build
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/lydavid/MusicSearch/releases/download/v$$VERSION$$/app-fDroid-release.apk
- unzip -q upstream.apk
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
- popd
- for i in {1..10}; do taskset --cpu-list 0-6 gradle clean assembleFDroidRelease;
mkdir local; pushd local; unzip -q ../build/outputs/apk/fDroid/release/*.apk;
export localhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1);
[[ $localhash == $upstreamhash ]] && break ; popd; rm -fr local; done
- versionName: 1.29.2
versionCode: 621
commit: 0e0ead098f03e860e86f310553daabbd59d9de1c