mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
squawker - keep latest
This commit is contained in:
parent
e2611c237c
commit
8cf85a7bd5
1 changed files with 0 additions and 87 deletions
|
|
@ -714,93 +714,6 @@ Builds:
|
|||
--no-tree-shake-icons --split-per-abi --target-platform=android-arm64 --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.1
|
||||
versionCode: 300012791
|
||||
commit: v3.6.1
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- export cmdVerCode=$(($$VERCODE$$ - 1))
|
||||
- echo "*** VERSION=$$VERSION$$ VERCODE=$$VERCODE$$ cmdVerCode=$cmdVerCode"
|
||||
- $$flutter$$/bin/flutter build apk --dart-define=app.flavor=fdroid --release
|
||||
--no-tree-shake-icons --split-per-abi --target-platform=android-x64 --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.1
|
||||
versionCode: 300012792
|
||||
commit: v3.6.1
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- export cmdVerCode=$(($$VERCODE$$ - 2))
|
||||
- echo "*** VERSION=$$VERSION$$ VERCODE=$$VERCODE$$ cmdVerCode=$cmdVerCode"
|
||||
- $$flutter$$/bin/flutter build apk --dart-define=app.flavor=fdroid --release
|
||||
--no-tree-shake-icons --split-per-abi --target-platform=android-arm --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.1
|
||||
versionCode: 300012793
|
||||
commit: v3.6.1
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
prebuild:
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_oss_licenses:generate.dart
|
||||
- $$flutter$$/bin/flutter packages pub run intl_utils:generate
|
||||
- export cmdVerCode=$(($$VERCODE$$ - 3))
|
||||
- echo "*** VERSION=$$VERSION$$ VERCODE=$$VERCODE$$ cmdVerCode=$cmdVerCode"
|
||||
- $$flutter$$/bin/flutter build apk --dart-define=app.flavor=fdroid --release
|
||||
--no-tree-shake-icons --split-per-abi --target-platform=android-arm64 --build-name=$$VERSION$$
|
||||
--build-number=$cmdVerCode
|
||||
|
||||
- versionName: 3.6.2
|
||||
versionCode: 300012831
|
||||
commit: v3.6.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue