mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Ciyue to 1.17.0 (693000)
This commit is contained in:
parent
4b66771ec7
commit
daff729df7
1 changed files with 137 additions and 2 deletions
|
|
@ -4293,6 +4293,141 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 1.17.0
|
||||
versionCode: 691000
|
||||
commit: d09be2bfc0207479783583ee6efd83b7439fe888
|
||||
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 ]] || exit 1'
|
||||
- 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.17.0
|
||||
versionCode: 692000
|
||||
commit: d09be2bfc0207479783583ee6efd83b7439fe888
|
||||
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 ]] || exit 1'
|
||||
- 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.17.0
|
||||
versionCode: 693000
|
||||
commit: d09be2bfc0207479783583ee6efd83b7439fe888
|
||||
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 ]] || exit 1'
|
||||
- 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
|
||||
|
|
@ -4302,5 +4437,5 @@ VercodeOperation:
|
|||
- '%c * 10000 + 2000'
|
||||
- '%c * 10000 + 3000'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.16.0
|
||||
CurrentVersionCode: 673000
|
||||
CurrentVersion: 1.17.0
|
||||
CurrentVersionCode: 693000
|
||||
|
|
|
|||
Loading…
Reference in a new issue