mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
fix(me.ahmetcetinkaya.whph): update build steps
This commit is contained in:
parent
b1cb4e2ee2
commit
1b21e6d0fb
1 changed files with 45 additions and 3 deletions
|
|
@ -346,10 +346,52 @@ Builds:
|
|||
- popd
|
||||
- mv $repo me.ahmetcetinkaya.whph
|
||||
|
||||
- versionName: 0.14.1
|
||||
versionCode: 55
|
||||
commit: a6e7a3db1bcaa07e47a459f623f367f4485ad7cf
|
||||
subdir: src
|
||||
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:
|
||||
- src/ios
|
||||
- src/linux
|
||||
- src/macos
|
||||
- src/web
|
||||
- src/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/src
|
||||
- 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:
|
||||
- src/.pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/whph/whph
|
||||
- cd ../..
|
||||
- mv me.ahmetcetinkaya.whph $repo
|
||||
- pushd $repo/src
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH="$$flutter$$/bin:$PATH"
|
||||
- flutter build apk --release
|
||||
- popd
|
||||
- mv $repo me.ahmetcetinkaya.whph
|
||||
|
||||
AllowedAPKSigningKeys: 4b0de165375bb1179fbee37fbd70de03813284529e0b0c5d3ce5e794f03aa0ae
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.13.2
|
||||
CurrentVersionCode: 53
|
||||
UpdateCheckData: src/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.14.1
|
||||
CurrentVersionCode: 55
|
||||
|
|
|
|||
Loading…
Reference in a new issue