mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
org.eu.mumulhl.ciyue: separate apk
This commit is contained in:
parent
ecf2b2d297
commit
6ac34436a1
1 changed files with 92 additions and 8 deletions
|
|
@ -12,7 +12,6 @@ AutoName: Ciyue
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mumu-lhl/Ciyue
|
||||
Binaries: https://github.com/mumu-lhl/Ciyue/releases/download/v%v%2B%c/ciyue-universal-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.4.3
|
||||
|
|
@ -171,13 +170,14 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 0.8.0
|
||||
versionCode: 19
|
||||
commit: 0755acd8b5ad359d788d3635c17580b1924517e4
|
||||
- versionName: 0.8.2
|
||||
versionCode: 211
|
||||
commit: 1be4d735c8d80d45d0747ca3d0fc7afccceed927
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
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:
|
||||
|
|
@ -206,7 +206,87 @@ Builds:
|
|||
- mv org.eu.mumulhl.ciyue $repo/Ciyue
|
||||
- pushd $repo/Ciyue
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk
|
||||
- .flutter/bin/flutter build apk --split-per-abi --target-platform=android-arm64
|
||||
- popd
|
||||
- mv $repo/Ciyue org.eu.mumulhl.ciyue
|
||||
|
||||
- versionName: 0.8.2
|
||||
versionCode: 212
|
||||
commit: 1be4d735c8d80d45d0747ca3d0fc7afccceed927
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
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)
|
||||
- '[[ $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: 0.8.2
|
||||
versionCode: 213
|
||||
commit: 1be4d735c8d80d45d0747ca3d0fc7afccceed927
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
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)
|
||||
- '[[ $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
|
||||
|
||||
|
|
@ -214,6 +294,10 @@ AllowedAPKSigningKeys: cd22b5c47ac2f1b67422fabeed25ac89f153ed3d37bf631b01aee47a8
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
- '%c * 10 + 3'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.8.0
|
||||
CurrentVersionCode: 19
|
||||
CurrentVersion: 0.8.2
|
||||
CurrentVersionCode: 213
|
||||
|
|
|
|||
Loading…
Reference in a new issue