mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
keep latest
This commit is contained in:
parent
3f6aa4f16c
commit
583c8ebd02
5 changed files with 5 additions and 140 deletions
|
|
@ -1294,27 +1294,6 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 2.7.1
|
||||
versionCode: 242
|
||||
commit: 69c3c658f295e817e980ba5cdffbf58b3ba639a5
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz
|
||||
- echo "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init:
|
||||
- corepack enable
|
||||
- pnpm install --frozen-lockfile
|
||||
- CI_PLATFORM=android BUILD_FOSS_ONLY=true pnpm run build
|
||||
- cd ../..
|
||||
- npx cap sync android --deployment
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
- versionName: 2.8.0
|
||||
versionCode: 243
|
||||
commit: 0eccd12d9573c615e46d8f7b5af34efddadbd33c
|
||||
|
|
|
|||
|
|
@ -132,66 +132,6 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-arm64
|
||||
|
||||
- versionName: 1.2.5
|
||||
versionCode: 81
|
||||
commit: 618c8e9865add93477e22eff43ad997d307d8b03
|
||||
output: build/app/outputs/flutter-apk/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.19.3
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-x64
|
||||
|
||||
- versionName: 1.2.5
|
||||
versionCode: 82
|
||||
commit: 618c8e9865add93477e22eff43ad997d307d8b03
|
||||
output: build/app/outputs/flutter-apk/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.19.3
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-arm
|
||||
|
||||
- versionName: 1.2.5
|
||||
versionCode: 83
|
||||
commit: 618c8e9865add93477e22eff43ad997d307d8b03
|
||||
output: build/app/outputs/flutter-apk/app-*.apk
|
||||
srclibs:
|
||||
- flutter@3.19.3
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION=$(sed -n -E "s/flutter:\s([0-9.]+)/\1/p" versions)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform=android-arm64
|
||||
|
||||
- versionName: 1.2.6
|
||||
versionCode: 91
|
||||
commit: c7f86c5fd78e6eaf8c3b718ea7c96ac31fa66ef6
|
||||
|
|
|
|||
|
|
@ -2838,43 +2838,9 @@ Builds:
|
|||
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 4.5.0
|
||||
versionCode: 4063
|
||||
commit: 646f0bdfdd9f5db951951d6b2615cf784a3df596
|
||||
subdir: src/ui/flutter_app
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- src/test
|
||||
- src/ui/flutter_app/ios
|
||||
- src/ui/flutter_app/linux
|
||||
- src/ui/flutter_app/macos
|
||||
- src/ui/flutter_app/windows
|
||||
- src/ui/flutter_app/test
|
||||
- src/ui/qt
|
||||
- tests
|
||||
prebuild:
|
||||
- export FLUTTER_VERSION=$(sed -n -E "s/.*flutter-version:\s'(.*)'/\1/p" ../../../.github/workflows/flutter.yml
|
||||
| head -n 1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $FLUTTER_VERSION
|
||||
- popd
|
||||
- mv android/app/build.gradle_fdroid android/app/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- cd ../../..
|
||||
- ./flutter-init.sh
|
||||
scandelete:
|
||||
- src/ui/flutter_app/.pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid --release
|
||||
ndk: r25b
|
||||
|
||||
- versionName: 4.6.3
|
||||
versionCode: 4089
|
||||
commit: 8f1bc72440f7033892d7fe02daa5f653768c0f6f
|
||||
- versionName: 4.7.0
|
||||
versionCode: 4091
|
||||
commit: 6f27e776d59cd411bd2ff90c95c5026a326ecc96
|
||||
subdir: src/ui/flutter_app
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
|
|
@ -2909,5 +2875,5 @@ Builds:
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 4.6.3
|
||||
CurrentVersionCode: 4089
|
||||
CurrentVersion: 4.7.0
|
||||
CurrentVersionCode: 4091
|
||||
|
|
|
|||
|
|
@ -294,19 +294,6 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
'META-INF/services/*'
|
||||
|
||||
- versionName: 4.0.2.2
|
||||
versionCode: 4022
|
||||
commit: 40985d390c45f45efdab5bbf2f8ce34f634849f6
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
rm:
|
||||
- requests
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
'META-INF/services/*'
|
||||
|
||||
- versionName: 4.0.2.4
|
||||
versionCode: 4024
|
||||
commit: 8a2e2e976a3a3f5f33c036cee38dd465a7d0a8cb
|
||||
|
|
|
|||
|
|
@ -300,13 +300,6 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 4.7.0
|
||||
versionCode: 40700
|
||||
commit: b50cbca6b652f580b62a62f75ed11451ae7cebc6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 4.8.0
|
||||
versionCode: 40800
|
||||
commit: 3b889ca65f2f5cd509ad8024cf56ffdeb028db17
|
||||
|
|
|
|||
Loading…
Reference in a new issue