mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 22:26:57 +00:00
Update Panoramax to 1.7.0 (43)
This commit is contained in:
parent
5f944a46d0
commit
c6ae8ea765
1 changed files with 137 additions and 2 deletions
|
|
@ -152,6 +152,141 @@ Builds:
|
|||
- popd
|
||||
- mv $repo app.panoramax
|
||||
|
||||
- versionName: 1.7.0
|
||||
versionCode: 41
|
||||
commit: ed6169b2e1102944a2856d1ef022d3ecbccea1b3
|
||||
sudo:
|
||||
- mkdir -p /builds/panoramax/clients
|
||||
- chown vagrant /builds/panoramax/clients
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-x86_64-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- rm $$flutter$$/engine/src/.gn
|
||||
- export repo=/builds/panoramax/clients/mobile-app
|
||||
- cd ..
|
||||
- mv app.panoramax $repo
|
||||
- pushd $repo
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter config --no-analytics
|
||||
- flutter pub get
|
||||
- sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager_plus-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo app.panoramax
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/builds/panoramax/clients/mobile-app
|
||||
- cd ..
|
||||
- mv app.panoramax $repo
|
||||
- pushd $repo
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo app.panoramax
|
||||
|
||||
- versionName: 1.7.0
|
||||
versionCode: 42
|
||||
commit: ed6169b2e1102944a2856d1ef022d3ecbccea1b3
|
||||
sudo:
|
||||
- mkdir -p /builds/panoramax/clients
|
||||
- chown vagrant /builds/panoramax/clients
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-armeabi-v7a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- rm $$flutter$$/engine/src/.gn
|
||||
- export repo=/builds/panoramax/clients/mobile-app
|
||||
- cd ..
|
||||
- mv app.panoramax $repo
|
||||
- pushd $repo
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter config --no-analytics
|
||||
- flutter pub get
|
||||
- sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager_plus-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo app.panoramax
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/builds/panoramax/clients/mobile-app
|
||||
- cd ..
|
||||
- mv app.panoramax $repo
|
||||
- pushd $repo
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo app.panoramax
|
||||
|
||||
- versionName: 1.7.0
|
||||
versionCode: 43
|
||||
commit: ed6169b2e1102944a2856d1ef022d3ecbccea1b3
|
||||
sudo:
|
||||
- mkdir -p /builds/panoramax/clients
|
||||
- chown vagrant /builds/panoramax/clients
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://gitlab.com/panoramax/clients/mobile-app/-/releases/v%v/downloads/app-arm64-v8a-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- flutterVersion=$(sed -n -E 's/.*flutter:(.*)/\1/p' .gitlab-ci.yml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- rm $$flutter$$/engine/src/.gn
|
||||
- export repo=/builds/panoramax/clients/mobile-app
|
||||
- cd ..
|
||||
- mv app.panoramax $repo
|
||||
- pushd $repo
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter config --no-analytics
|
||||
- flutter pub get
|
||||
- sed -i -e '/googleapis/d' .pub-cache/hosted/pub.dev/webview_cookie_manager_plus-*/android/build.gradle
|
||||
- popd
|
||||
- mv $repo app.panoramax
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/builds/panoramax/clients/mobile-app
|
||||
- cd ..
|
||||
- mv app.panoramax $repo
|
||||
- pushd $repo
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo app.panoramax
|
||||
|
||||
AllowedAPKSigningKeys: a959f5348ca3e115eab59a95ee429e54ebf3470570a782b2ab6902d8eaafe69b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -161,5 +296,5 @@ VercodeOperation:
|
|||
- 10 * %c + 2
|
||||
- 10 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 33
|
||||
CurrentVersion: 1.7.0
|
||||
CurrentVersionCode: 43
|
||||
|
|
|
|||
Loading…
Reference in a new issue