misc fixes

This commit is contained in:
linsui 2024-07-25 16:39:46 +08:00
parent 59cc00bfb8
commit 614ebe0638
5 changed files with 9 additions and 125 deletions

View file

@ -2316,6 +2316,7 @@ Builds:
- versionName: 1.0.77
versionCode: 821
disable: https://github.com/brandonp2412/FitBook/issues/26
commit: b91a756d872f803cc30e94ab1b7b9266db2b1355
submodules: true
sudo:
@ -2358,6 +2359,7 @@ Builds:
- versionName: 1.0.77
versionCode: 822
disable: https://github.com/brandonp2412/FitBook/issues/26
commit: b91a756d872f803cc30e94ab1b7b9266db2b1355
submodules: true
sudo:
@ -2400,6 +2402,7 @@ Builds:
- versionName: 1.0.77
versionCode: 823
disable: https://github.com/brandonp2412/FitBook/issues/26
commit: b91a756d872f803cc30e94ab1b7b9266db2b1355
submodules: true
sudo:

View file

@ -4399,131 +4399,9 @@ Builds:
- mv /home/brandon/flexify com.presley.flexify
ndk: r21e
- versionName: 1.1.67
versionCode: 1761
commit: 474d71ff398b8fbfbcf0a2da9323a3fb76cf6b7e
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-x86_64-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/flexify com.presley.flexify
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-x64"
- popd
- mv /home/brandon/flexify com.presley.flexify
ndk: r21e
- versionName: 1.1.67
versionCode: 1762
commit: 474d71ff398b8fbfbcf0a2da9323a3fb76cf6b7e
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-armeabi-v7a-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/flexify com.presley.flexify
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm"
- popd
- mv /home/brandon/flexify com.presley.flexify
ndk: r21e
- versionName: 1.1.67
versionCode: 1763
commit: 474d71ff398b8fbfbcf0a2da9323a3fb76cf6b7e
submodules: true
sudo:
- apt-get update
- apt-get install -y ninja-build
- mkdir -p /home/brandon
- chown vagrant -R /home/brandon
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
binary: https://github.com/brandonp2412/Flexify/releases/download/%v/app-arm64-v8a-release.apk
rm:
- ios
- linux
- web
- windows
prebuild:
- sdkmanager 'cmake;3.18.1'
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter config --no-analytics
- flutter/bin/flutter pub get
- popd
- mv /home/brandon/flexify com.presley.flexify
scanignore:
- flutter/bin/cache
scandelete:
- .pub-cache
- flutter
build:
- cd ..
- mv com.presley.flexify /home/brandon/flexify
- pushd /home/brandon/flexify
- export PUB_CACHE=$(pwd)/.pub-cache
- flutter/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
- popd
- mv /home/brandon/flexify com.presley.flexify
ndk: r21e
- versionName: 1.1.71
versionCode: 1801
disable: https://github.com/brandonp2412/Flexify/issues/16
commit: b509e7985ebbb2536cb5f8106f0621f611b2b178
submodules: true
sudo:
@ -4565,6 +4443,7 @@ Builds:
- versionName: 1.1.71
versionCode: 1802
disable: https://github.com/brandonp2412/Flexify/issues/16
commit: b509e7985ebbb2536cb5f8106f0621f611b2b178
submodules: true
sudo:
@ -4606,6 +4485,7 @@ Builds:
- versionName: 1.1.71
versionCode: 1803
disable: https://github.com/brandonp2412/Flexify/issues/16
commit: b509e7985ebbb2536cb5f8106f0621f611b2b178
submodules: true
sudo:

View file

@ -148,7 +148,7 @@ Builds:
- versionName: 2.4.2
versionCode: 27
commit: b924eaaeb8724733ee3c24be6898d8a6752df582
commit: 46455576f1be81eac41ae3a685dd85ab73103cac
subdir: app
gradle:
- yes

View file

@ -112,7 +112,7 @@ Builds:
- versionName: 1.4.6
versionCode: 23
commit: 4cd1304f0bb3d32d7a4c580939e351010400725a
commit: 84bbf74dc5fa12854b64b83b692edbb1a18f1f78
subdir: app
gradle:
- yes

View file

@ -234,6 +234,7 @@ Builds:
- versionName: '26'
versionCode: 90
disable: https://github.com/nutritionfactsorg/daily-dozen-android/issues/255
commit: 1f741381f10dfba0b4e80cefecaccc6c4eb2ae2a
subdir: app
gradle: