mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update 天使动漫 to 1.6.0 (453)
This commit is contained in:
parent
cb5443fdb0
commit
ed9c5218c0
1 changed files with 126 additions and 2 deletions
|
|
@ -759,6 +759,130 @@ Builds:
|
|||
- mv $repo/tsdm_client kzs.th000.tsdm_client
|
||||
ndk: r27c
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 452
|
||||
commit: ae1a3ef01eb01457047974f90ff7286752d25fc2
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install make ninja-build cmake nasm
|
||||
- apt-get install -t bookworm-backports meson
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://github.com/realth000/tsdm_client/releases/download/v%v/tsdm_client-armeabi_v7a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- FLUTTER_VERSION=$(sed -n -E "s/.*CI_FLUTTER_VERSION:\ '(.*)'/\1/p" .github/workflows/test_build.yml)
|
||||
- '[[ $FLUTTER_VERSION ]] || exit 1'
|
||||
- git -C $$flutter$$ reset --hard $FLUTTER_VERSION
|
||||
- RUST_VERSION=$(sed -n -E "s/.*CI_RUST_VERSION:\ '(.*)'/\1/p" .github/workflows/test_build.yml)
|
||||
- '[[ $RUST_VERSION ]] || exit 1'
|
||||
- export repo=/home/runner/work/tsdm_client
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv kzs.th000.tsdm_client $repo/tsdm_client
|
||||
- pushd $repo/tsdm_client
|
||||
- export HOME=/home/runner
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target armv7-linux-androideabi
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/tsdm_client kzs.th000.tsdm_client
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- packages/flutter_avif
|
||||
build:
|
||||
- export repo=/home/runner/work/tsdm_client
|
||||
- cd ..
|
||||
- mv kzs.th000.tsdm_client $repo/tsdm_client
|
||||
- pushd $repo/tsdm_client
|
||||
- export HOME=/home/runner
|
||||
- source $HOME/.cargo/env
|
||||
- cargo install cargo-ndk@3.5.4 --locked
|
||||
- export PATH=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/:$$flutter$$/bin/:$PATH
|
||||
- pushd packages/flutter_avif/rust
|
||||
- cargo ndk -t armeabi-v7a -o ../flutter_avif_android/android/src/main/jniLibs
|
||||
build --release
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- dart Makefile.dart
|
||||
- flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/tsdm_client kzs.th000.tsdm_client
|
||||
ndk: r28
|
||||
|
||||
- versionName: 1.6.0
|
||||
versionCode: 453
|
||||
commit: ae1a3ef01eb01457047974f90ff7286752d25fc2
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install make ninja-build cmake nasm
|
||||
- apt-get install -t bookworm-backports meson
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/realth000/tsdm_client/releases/download/v%v/tsdm_client-arm64_v8a.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- FLUTTER_VERSION=$(sed -n -E "s/.*CI_FLUTTER_VERSION:\ '(.*)'/\1/p" .github/workflows/test_build.yml)
|
||||
- '[[ $FLUTTER_VERSION ]] || exit 1'
|
||||
- git -C $$flutter$$ reset --hard $FLUTTER_VERSION
|
||||
- RUST_VERSION=$(sed -n -E "s/.*CI_RUST_VERSION:\ '(.*)'/\1/p" .github/workflows/test_build.yml)
|
||||
- '[[ $RUST_VERSION ]] || exit 1'
|
||||
- export repo=/home/runner/work/tsdm_client
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv kzs.th000.tsdm_client $repo/tsdm_client
|
||||
- pushd $repo/tsdm_client
|
||||
- export HOME=/home/runner
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain $RUST_VERSION --target aarch64-linux-android
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/tsdm_client kzs.th000.tsdm_client
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- packages/flutter_avif
|
||||
build:
|
||||
- export repo=/home/runner/work/tsdm_client
|
||||
- cd ..
|
||||
- mv kzs.th000.tsdm_client $repo/tsdm_client
|
||||
- pushd $repo/tsdm_client
|
||||
- export HOME=/home/runner
|
||||
- source $HOME/.cargo/env
|
||||
- cargo install cargo-ndk@3.5.4 --locked
|
||||
- export PATH=$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/:$$flutter$$/bin/:$PATH
|
||||
- pushd packages/flutter_avif/rust
|
||||
- cargo ndk -t arm64-v8a -o ../flutter_avif_android/android/src/main/jniLibs
|
||||
build --release
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- dart Makefile.dart
|
||||
- flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/tsdm_client kzs.th000.tsdm_client
|
||||
ndk: r28
|
||||
|
||||
AllowedAPKSigningKeys: 56468a3eda42aecdf399fb5337dfb553008ad76eddf8d06c5a5e6d39e7fea1f1
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -767,5 +891,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 433
|
||||
CurrentVersion: 1.6.0
|
||||
CurrentVersionCode: 453
|
||||
|
|
|
|||
Loading…
Reference in a new issue