mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
org.eu.mumulhl.ciyue: update version operation
This commit is contained in:
parent
4244b3585a
commit
af65ffa610
1 changed files with 140 additions and 5 deletions
|
|
@ -3887,14 +3887,149 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 1.13.0
|
||||
versionCode: 604000
|
||||
commit: bc181d76df44e0398afc0f38c01c748c3262651a
|
||||
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-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.13.0
|
||||
versionCode: 605000
|
||||
commit: bc181d76df44e0398afc0f38c01c748c3262651a
|
||||
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-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.13.0
|
||||
versionCode: 606000
|
||||
commit: bc181d76df44e0398afc0f38c01c748c3262651a
|
||||
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-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
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
- '%c * 10000 + 4000'
|
||||
- '%c * 10000 + 5000'
|
||||
- '%c * 10000 + 6000'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.11.0
|
||||
CurrentVersionCode: 573
|
||||
CurrentVersion: 1.13.0
|
||||
CurrentVersionCode: 606000
|
||||
|
|
|
|||
Loading…
Reference in a new issue