mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update NATINFo to 0.5.0 (21003)
This commit is contained in:
parent
07bf5996d9
commit
e8d6d08991
1 changed files with 134 additions and 2 deletions
|
|
@ -414,6 +414,138 @@ Builds:
|
|||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 0.5.0
|
||||
versionCode: 21001
|
||||
commit: e25d045a4d3515add2aab0ce7fc7e47733bcc512
|
||||
sudo:
|
||||
- mkdir -p /home/jenkins
|
||||
- chown vagrant /home/jenkins
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-x86_64-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- 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/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 0.5.0
|
||||
versionCode: 21002
|
||||
commit: e25d045a4d3515add2aab0ce7fc7e47733bcc512
|
||||
sudo:
|
||||
- mkdir -p /home/jenkins
|
||||
- chown vagrant /home/jenkins
|
||||
output: build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-armeabi-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- 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/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 0.5.0
|
||||
versionCode: 21003
|
||||
commit: e25d045a4d3515add2aab0ce7fc7e47733bcc512
|
||||
sudo:
|
||||
- mkdir -p /home/jenkins
|
||||
- chown vagrant /home/jenkins
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-arm64-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter-version:\s(.*)/\1/p" pubspec.yaml)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter_v$$VERSION$$
|
||||
- pushd $repo/natinfo_flutter_v$$VERSION$$
|
||||
- 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/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: 27.0.12077973
|
||||
|
||||
AllowedAPKSigningKeys: 85945c403df07dad135ac12acc5d1c31bdd88ec2809c81f72b9e63c488e0de54
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -423,5 +555,5 @@ VercodeOperation:
|
|||
- 1000 * %c + 2
|
||||
- 1000 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.4.0
|
||||
CurrentVersionCode: 20003
|
||||
CurrentVersion: 0.5.0
|
||||
CurrentVersionCode: 21003
|
||||
|
|
|
|||
Loading…
Reference in a new issue