mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
misc fixes
This commit is contained in:
parent
08a42e22e3
commit
b56b0ce160
4 changed files with 291 additions and 165 deletions
|
|
@ -16,10 +16,13 @@ Repo: https://github.com/Crequency/KitX-Mobile
|
|||
Builds:
|
||||
- versionName: 24.10.63
|
||||
versionCode: 5641
|
||||
disable: https://github.com/Crequency/KitX-Mobile/issues/38
|
||||
commit: 1fce7d61770a8da8acf8f970787a2083e940a5e0
|
||||
submodules: true
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: kitx_mobile/build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
|
|
@ -56,10 +59,13 @@ Builds:
|
|||
|
||||
- versionName: 24.10.63
|
||||
versionCode: 5642
|
||||
disable: https://github.com/Crequency/KitX-Mobile/issues/38
|
||||
commit: 1fce7d61770a8da8acf8f970787a2083e940a5e0
|
||||
submodules: true
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: kitx_mobile/build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
|
|
@ -96,10 +102,13 @@ Builds:
|
|||
|
||||
- versionName: 24.10.63
|
||||
versionCode: 5643
|
||||
disable: https://github.com/Crequency/KitX-Mobile/issues/38
|
||||
commit: 1fce7d61770a8da8acf8f970787a2083e940a5e0
|
||||
submodules: true
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: kitx_mobile/build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
|
|
|
|||
|
|
@ -997,156 +997,6 @@ Builds:
|
|||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.39
|
||||
versionCode: 401
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/12
|
||||
commit: 88c699b1bef0fd39bf933f05382d0708171990f5
|
||||
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/FitBook/releases/download/%v/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.39
|
||||
versionCode: 402
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/12
|
||||
commit: 88c699b1bef0fd39bf933f05382d0708171990f5
|
||||
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/FitBook/releases/download/%v/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.39
|
||||
versionCode: 403
|
||||
disable: https://github.com/brandonp2412/FitBook/issues/12
|
||||
commit: 88c699b1bef0fd39bf933f05382d0708171990f5
|
||||
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/FitBook/releases/download/%v/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- transistor-background-fetch@0dd1457588ba031f11e9452f125144aac8a9b75f
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- sdkmanager 'cmake;3.18.1'
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter config --no-analytics
|
||||
- flutter/bin/flutter pub get
|
||||
- sed -i -e '/maven {/,/^ }/cmavenLocal()' .pub-cache/hosted/pub.dev/background_fetch-*/android/build.gradle
|
||||
- sed -i -e 's/maven {.*}/mavenLocal()/' android/build.gradle
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
scanignore:
|
||||
- flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- flutter
|
||||
build:
|
||||
- cd ..
|
||||
- mv com.presley.fit_book /home/brandon/fitbook
|
||||
- pushd /home/brandon/fitbook
|
||||
- pushd $$transistor-background-fetch$$/android/tsbackgroundfetch/
|
||||
- gradle assembleRelease
|
||||
- gradle publishToMavenLocal
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /home/brandon/fitbook com.presley.fit_book
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 1.0.42
|
||||
versionCode: 431
|
||||
commit: 04d2ecadd3c26634ac766ebdc3933efa8d2d4863
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -675,15 +675,11 @@ Builds:
|
|||
- versionName: 1.3.2
|
||||
versionCode: 30
|
||||
disable: https://github.com/naoxio/inner_breeze/issues/32
|
||||
commit: 7ebc66841047fa23bc0b15980db410ce0d9f1398
|
||||
commit: 587d531f72121f3025210e115268d817aedea405
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
- echo "deb https://deb.debian.org/debian bullseye main" > /etc/apt/sources.list.d/bullseye.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t bullseye openjdk-11-jdk-headless
|
||||
- update-java-alternatives --set java-1.11.0-openjdk-amd64
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
binary: https://github.com/naoxio/inner_breeze/releases/download/%v/InnerBreeze.apk
|
||||
rm:
|
||||
|
|
|
|||
Loading…
Reference in a new issue