mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 05:36:52 +00:00
Update Maid to 1.2.7 (272)
This commit is contained in:
parent
cd317298c2
commit
0d88b37bba
1 changed files with 80 additions and 2 deletions
|
|
@ -171,6 +171,84 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
- versionName: 1.2.7
|
||||
versionCode: 271
|
||||
commit: 2d227224555720223814d0308ed96c769f65dacc
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /builds/mobile-artificial-intelligence
|
||||
- chown vagrant /builds/mobile-artificial-intelligence
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-x86_64.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- packages/flutter/bin/flutter config --no-analytics
|
||||
- packages/flutter/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
scanignore:
|
||||
- packages/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- packages/flutter
|
||||
build:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
- versionName: 1.2.7
|
||||
versionCode: 272
|
||||
commit: 2d227224555720223814d0308ed96c769f65dacc
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /builds/mobile-artificial-intelligence
|
||||
- chown vagrant /builds/mobile-artificial-intelligence
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-arm64-v8a.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- packages/flutter/bin/flutter config --no-analytics
|
||||
- packages/flutter/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
scanignore:
|
||||
- packages/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- packages/flutter
|
||||
build:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
AllowedAPKSigningKeys: 835ed22ed895c4c272d698aa6e4e48db0b4e36dccf7010d5de15034ac9e1b96f
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -179,5 +257,5 @@ VercodeOperation:
|
|||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.2.6
|
||||
CurrentVersionCode: 262
|
||||
CurrentVersion: 1.2.7
|
||||
CurrentVersionCode: 272
|
||||
|
|
|
|||
Loading…
Reference in a new issue