mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Ciyue to 1.20.1 (823000)
This commit is contained in:
parent
b1c11a4bd4
commit
06b0486a3a
1 changed files with 137 additions and 2 deletions
|
|
@ -4698,6 +4698,141 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 1.20.1
|
||||
versionCode: 821000
|
||||
commit: c73a6264b98fc0904d8dd1f19a150e1de7d37fb3
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
- 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-x86_64-common-release.apk
|
||||
binary: https://github.com/mumu-lhl/Ciyue/releases/download/v%v/ciyue-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/.*FLUTTER_VERSION:\ (.*)/\1/p" .github/workflows/release.yml
|
||||
| head -n 1)
|
||||
- '[[ $flutterVersion ]]'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- mv $$flutter$$ .flutter/
|
||||
- export repo=/home/runner/work/Ciyue
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.eu.mumulhl.ciyue $repo/Ciyue
|
||||
- pushd $repo/Ciyue
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Ciyue
|
||||
- cd ..
|
||||
- mv org.eu.mumulhl.ciyue $repo/Ciyue
|
||||
- pushd $repo/Ciyue
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --split-per-abi --target-platform=android-x64
|
||||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 1.20.1
|
||||
versionCode: 822000
|
||||
commit: c73a6264b98fc0904d8dd1f19a150e1de7d37fb3
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
- 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-armeabi-v7a-common-release.apk
|
||||
binary: https://github.com/mumu-lhl/Ciyue/releases/download/v%v/ciyue-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/.*FLUTTER_VERSION:\ (.*)/\1/p" .github/workflows/release.yml
|
||||
| head -n 1)
|
||||
- '[[ $flutterVersion ]]'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- mv $$flutter$$ .flutter/
|
||||
- export repo=/home/runner/work/Ciyue
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.eu.mumulhl.ciyue $repo/Ciyue
|
||||
- pushd $repo/Ciyue
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Ciyue
|
||||
- cd ..
|
||||
- mv org.eu.mumulhl.ciyue $repo/Ciyue
|
||||
- pushd $repo/Ciyue
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --split-per-abi --target-platform=android-arm
|
||||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 1.20.1
|
||||
versionCode: 823000
|
||||
commit: c73a6264b98fc0904d8dd1f19a150e1de7d37fb3
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
- 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-arm64-v8a-common-release.apk
|
||||
binary: https://github.com/mumu-lhl/Ciyue/releases/download/v%v/ciyue-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/.*FLUTTER_VERSION:\ (.*)/\1/p" .github/workflows/release.yml
|
||||
| head -n 1)
|
||||
- '[[ $flutterVersion ]]'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- mv $$flutter$$ .flutter/
|
||||
- export repo=/home/runner/work/Ciyue
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.eu.mumulhl.ciyue $repo/Ciyue
|
||||
- pushd $repo/Ciyue
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/Ciyue
|
||||
- cd ..
|
||||
- mv org.eu.mumulhl.ciyue $repo/Ciyue
|
||||
- pushd $repo/Ciyue
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --split-per-abi --target-platform=android-arm64
|
||||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
AllowedAPKSigningKeys: cd22b5c47ac2f1b67422fabeed25ac89f153ed3d37bf631b01aee47a8bb6aa6a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -4707,5 +4842,5 @@ VercodeOperation:
|
|||
- '%c * 10000 + 2000'
|
||||
- '%c * 10000 + 3000'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.19.1
|
||||
CurrentVersionCode: 783000
|
||||
CurrentVersion: 1.20.1
|
||||
CurrentVersionCode: 823000
|
||||
|
|
|
|||
Loading…
Reference in a new issue