mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update CarVita to 1.0.0 (5)
This commit is contained in:
parent
8c15fb886f
commit
bb51ce5829
1 changed files with 38 additions and 2 deletions
|
|
@ -158,10 +158,46 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/carvita com.wangjinli.carvita
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 5
|
||||
commit: dc943b75f6c25d58ec9350a24b035f0328e62254
|
||||
sudo:
|
||||
- mkdir -p /home/runner/
|
||||
- chown vagrant /home/runner/
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ *([0-9]+\.[0-9]+\.[0-9]+)/\1/p"
|
||||
.github/workflows/flutter.yml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export repo=/home/runner/work/carvita
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.wangjinli.carvita $repo/carvita
|
||||
- pushd $repo/carvita
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- mv $repo/carvita com.wangjinli.carvita
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/carvita
|
||||
- cd ..
|
||||
- mv com.wangjinli.carvita $repo/carvita
|
||||
- pushd $repo/carvita
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
- popd
|
||||
- mv $repo/carvita com.wangjinli.carvita
|
||||
|
||||
AllowedAPKSigningKeys: fa873f425f12eafff33632c533340263e41147a7c3302559f58c32dd96391ef8
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.9.3
|
||||
CurrentVersionCode: 4
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue