mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update WHPH to 0.13.0 (51)
This commit is contained in:
parent
2de0cc4992
commit
da005fdcc1
1 changed files with 43 additions and 2 deletions
|
|
@ -220,10 +220,51 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo me.ahmetcetinkaya.whph
|
- mv $repo me.ahmetcetinkaya.whph
|
||||||
|
|
||||||
|
- versionName: 0.13.0
|
||||||
|
versionCode: 51
|
||||||
|
commit: bdf3ec913bf31e202148e8f0dddd5816fbdf22a5
|
||||||
|
sudo:
|
||||||
|
- mkdir -p /home/runner/work/whph
|
||||||
|
- chown -R vagrant /home/runner
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- linux
|
||||||
|
- macos
|
||||||
|
- web
|
||||||
|
- windows
|
||||||
|
prebuild:
|
||||||
|
- git submodule update --init lib/corePackages/acore
|
||||||
|
- git -C $$flutter$$ reset --hard $(bash scripts/get_flutter_version.sh)
|
||||||
|
- export repo=/home/runner/work/whph/whph
|
||||||
|
- cd ..
|
||||||
|
- mv me.ahmetcetinkaya.whph $repo
|
||||||
|
- pushd $repo
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- export PATH="$$flutter$$/bin:$PATH"
|
||||||
|
- flutter config --no-analytics
|
||||||
|
- flutter pub get
|
||||||
|
- popd
|
||||||
|
- mv $repo me.ahmetcetinkaya.whph
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- export repo=/home/runner/work/whph/whph
|
||||||
|
- cd ..
|
||||||
|
- mv me.ahmetcetinkaya.whph $repo
|
||||||
|
- pushd $repo
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- export PATH="$$flutter$$/bin:$PATH"
|
||||||
|
- flutter build apk --release
|
||||||
|
- popd
|
||||||
|
- mv $repo me.ahmetcetinkaya.whph
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 4b0de165375bb1179fbee37fbd70de03813284529e0b0c5d3ce5e794f03aa0ae
|
AllowedAPKSigningKeys: 4b0de165375bb1179fbee37fbd70de03813284529e0b0c5d3ce5e794f03aa0ae
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.12.0
|
CurrentVersion: 0.13.0
|
||||||
CurrentVersionCode: 50
|
CurrentVersionCode: 51
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue