mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Plant-it to 0.9.0 (8)
This commit is contained in:
parent
94e87aa2be
commit
4e9039ea42
1 changed files with 55 additions and 2 deletions
|
|
@ -388,10 +388,63 @@ Builds:
|
|||
- mv $workspaceBuild/* $repo
|
||||
- shopt -u dotglob
|
||||
|
||||
- versionName: 0.9.0
|
||||
versionCode: 8
|
||||
commit: e322f655b788934af7944702eeb786b906f64937
|
||||
sudo:
|
||||
- mkdir -p /home/runner/work/plant-it/plant-it
|
||||
- chown vagrant /home/runner/work/plant-it/plant-it
|
||||
output: frontend/build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- backend
|
||||
- frontend/ios
|
||||
- frontend/macos
|
||||
- frontend/linux
|
||||
- frontend/windows
|
||||
- frontend/web
|
||||
prebuild:
|
||||
- export repo=com.github.mdeluise.plantit
|
||||
- export workspaceBuild=/home/runner/work/plant-it/plant-it
|
||||
- cd ..
|
||||
- shopt -s dotglob
|
||||
- mv $repo/* $workspaceBuild
|
||||
- shopt -u dotglob
|
||||
- pushd $workspaceBuild
|
||||
- cd frontend
|
||||
- flutterVersion=$(sed -n -E "s/.*FLUTTER_VERSION:\ (.*)/\1/p" ../.github/workflows/release.yml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- popd
|
||||
- shopt -s dotglob
|
||||
- mv $workspaceBuild/* $repo
|
||||
- shopt -u dotglob
|
||||
scandelete:
|
||||
- frontend/.pub-cache
|
||||
build:
|
||||
- export repo=com.github.mdeluise.plantit
|
||||
- export workspaceBuild=/home/runner/work/plant-it/plant-it
|
||||
- cd ..
|
||||
- shopt -s dotglob
|
||||
- mv $repo/* $workspaceBuild
|
||||
- shopt -u dotglob
|
||||
- pushd $workspaceBuild
|
||||
- cd frontend
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
- popd
|
||||
- shopt -s dotglob
|
||||
- mv $workspaceBuild/* $repo
|
||||
- shopt -u dotglob
|
||||
|
||||
AllowedAPKSigningKeys: 0eb87fb7f22b9ae04da2ff5817d3045244e591608aaf565161a86f5d254bbab7
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: frontend/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.8.0
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: 0.9.0
|
||||
CurrentVersionCode: 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue