Update Panoramax to 1.7.2 (63)

This commit is contained in:
Louis Fredice NJAKO MOLOM 2025-06-02 18:20:50 +02:00 committed by Louis Fredice NJAKO MOLOM
parent 84f24d7694
commit 88bacdb93f

View file

@ -1,5 +1,5 @@
AntiFeatures:
NonFreeNet:
TetheredNet:
en-US: Depends on panoramax.ign.fr or panoramax.openstreetmap.fr servers
fr: Dépend des serveurs panoramax.ign.fr ou panoramax.openstreetmap.fr
Categories:
@ -287,6 +287,141 @@ Builds:
- popd
- mv $repo app.panoramax
- versionName: 1.7.2
versionCode: 61
commit: 7450826d9978d20f900f54f341f0d0e784efa275
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.2
versionCode: 62
commit: 7450826d9978d20f900f54f341f0d0e784efa275
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.2
versionCode: 63
commit: 7450826d9978d20f900f54f341f0d0e784efa275
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
@ -296,5 +431,5 @@ VercodeOperation:
- 10 * %c + 2
- 10 * %c + 3
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.7.1
CurrentVersionCode: 53
CurrentVersion: 1.7.2
CurrentVersionCode: 63