mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Human Benchmark to 1.0.8 (18)
This commit is contained in:
parent
795a644a4f
commit
a7d74ee4b8
1 changed files with 37 additions and 2 deletions
|
|
@ -223,10 +223,45 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
|
||||
|
||||
- versionName: 1.0.8
|
||||
versionCode: 18
|
||||
commit: 7c2224bc9cdf78e8362da8ac63e061cc204a04fb
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /home/hehe/Desktop/Apps/Mobile
|
||||
- chown vagrant /home/hehe/Desktop/Apps/Mobile
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export repo=/home/hehe/Desktop/Apps/Mobile
|
||||
- cd ..
|
||||
- mv io.github.printn.humanbenchmark $repo/Human-Benchmark
|
||||
- pushd $repo/Human-Benchmark
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/.flutter/bin/flutter config --no-analytics
|
||||
- submodules/.flutter/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
|
||||
scanignore:
|
||||
- submodules/.flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/.flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/hehe/Desktop/Apps/Mobile
|
||||
- cd ..
|
||||
- mv io.github.printn.humanbenchmark $repo/Human-Benchmark
|
||||
- pushd $repo/Human-Benchmark
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- submodules/.flutter/bin/flutter build apk
|
||||
- popd
|
||||
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
|
||||
|
||||
AllowedAPKSigningKeys: 3c79bfa4b783899314fb20d954739beb8a93a2ecf005d8d5a1644847c64fdf6d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.7
|
||||
CurrentVersionCode: 17
|
||||
CurrentVersion: 1.0.8
|
||||
CurrentVersionCode: 18
|
||||
|
|
|
|||
Loading…
Reference in a new issue