mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
org.eu.mumulhl.ciyue: skip 1.15.0 and update version operation
This commit is contained in:
parent
e11999125c
commit
09ec5b4b23
1 changed files with 140 additions and 5 deletions
|
|
@ -4157,14 +4157,149 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 1.16.0
|
||||
versionCode: 671000
|
||||
commit: 0a9bd927d6a5a292d2aeeb42e0da52aa40859aa0
|
||||
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.16.0
|
||||
versionCode: 672000
|
||||
commit: 0a9bd927d6a5a292d2aeeb42e0da52aa40859aa0
|
||||
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.16.0
|
||||
versionCode: 673000
|
||||
commit: 0a9bd927d6a5a292d2aeeb42e0da52aa40859aa0
|
||||
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
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
VercodeOperation:
|
||||
- '%c * 10000 + 4000'
|
||||
- '%c * 10000 + 5000'
|
||||
- '%c * 10000 + 6000'
|
||||
- '%c * 10000 + 1000'
|
||||
- '%c * 10000 + 2000'
|
||||
- '%c * 10000 + 3000'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.14.1
|
||||
CurrentVersionCode: 646000
|
||||
CurrentVersion: 1.16.0
|
||||
CurrentVersionCode: 673000
|
||||
|
|
|
|||
Loading…
Reference in a new issue