mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update Human Benchmark to 1.0.7 (17)
This commit is contained in:
parent
57dde72b25
commit
dfb3ffad98
1 changed files with 37 additions and 2 deletions
|
|
@ -188,10 +188,45 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
|
- mv $repo/Human-Benchmark io.github.printn.humanbenchmark
|
||||||
|
|
||||||
|
- versionName: 1.0.7
|
||||||
|
versionCode: 17
|
||||||
|
commit: 079268b6f856a55f95a683b959ab492b4fc3ca65
|
||||||
|
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
|
AllowedAPKSigningKeys: 3c79bfa4b783899314fb20d954739beb8a93a2ecf005d8d5a1644847c64fdf6d
|
||||||
|
|
||||||
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: 1.0.6
|
CurrentVersion: 1.0.7
|
||||||
CurrentVersionCode: 16
|
CurrentVersionCode: 17
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue