keep latest

This commit is contained in:
Licaon_Kter 2025-02-04 12:55:03 +02:00
parent 6af5258e6c
commit d891ec514b
5 changed files with 0 additions and 181 deletions

View file

@ -62,16 +62,6 @@ Builds:
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 8.4.0
versionCode: 111
commit: f9d1dd267a2bda5c3a335ce06af131939ca77960
subdir: app
gradle:
- free
output: build/outputs/apk/free/release/*_.apk
prebuild: sed -i -e '/wearable/d' build.gradle
ndk: r27
- versionName: 8.5.0
versionCode: 112
commit: e0c48448c614a7bf2bf4d5f3b46ca1eae445de6d

View file

@ -158,29 +158,6 @@ Builds:
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: '11.8'
versionCode: 59
commit: 51cf56fd7e2a029b2cbd7393f35df028bc8ff8b1
subdir: app
output: build/outputs/apk/release/app-release-unsigned.apk
srclibs:
- reproducible-apk-tools@v0.3.0
build:
- mkdir upstream
- pushd upstream
- curl -L -o upstream.apk https://github.com/isaakhanimann/psychonautwiki-journal-android/releases/download/v$$VERSION$$/psychonautwiki-journal_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/app-release-unsigned.apk; export localhash=$(sha256sum
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
]] && break ; popd; rm -fr local; done
postbuild:
- mv $$OUT$$ unaligned.apk
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
--replace unaligned.apk $$OUT$$
- versionName: '11.9'
versionCode: 60
commit: d53a24b36146eae8f6d618f5395d451fed6c0445

View file

@ -5594,129 +5594,6 @@ Builds:
- mv /home/brandon/flexify com.presley.flexify
ndk: r27
- versionName: 1.1.102
versionCode: 2121
commit: 8fab5f3030c294bafd8a119e9e4080a97b256011
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-x86_64-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/flexify com.presley.flexify
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
- popd
- mv /home/brandon/flexify com.presley.flexify
ndk: r27
- versionName: 1.1.102
versionCode: 2122
commit: 8fab5f3030c294bafd8a119e9e4080a97b256011
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-armeabi-v7a-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/flexify com.presley.flexify
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
- popd
- mv /home/brandon/flexify com.presley.flexify
ndk: r27
- versionName: 1.1.102
versionCode: 2123
commit: 8fab5f3030c294bafd8a119e9e4080a97b256011
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-arm64-v8a-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/flexify com.presley.flexify
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
- popd
- mv /home/brandon/flexify com.presley.flexify
ndk: r27
- versionName: 2.0.3
versionCode: 2151
commit: 3be322001f11a639b7e5016cc6bd467a922996cf

View file

@ -23,19 +23,6 @@ Builds:
- yes
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
- versionName: 2.2.0
versionCode: 5
commit: 582b0a4edbedccccc6b21e44291266ad2948e549
subdir: app
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
gradle:
- yes
prebuild: sed -i -e '/def keystorePropertiesFile/,/^}/d' build.gradle
- versionName: 2.2.1
versionCode: 6
commit: 14553c7d556ae6ca49d75f9a0665564e1607e2ee

View file

@ -337,18 +337,6 @@ Builds:
gradle:
- yes
- versionName: 1.2.9
versionCode: 70
commit: f1ee3aa602cc7c127344ec0c3568fe64765a9953
subdir: app
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
gradle:
- yes
- versionName: 1.2.10
versionCode: 71
commit: 72570324da2b19492824739f1c7c99c7d200a2fc