mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
retilous.natinfo - update
This commit is contained in:
parent
034d07e8b0
commit
08734cbdca
1 changed files with 46 additions and 46 deletions
|
|
@ -18,12 +18,12 @@ RepoType: git
|
|||
Repo: https://codeberg.org/retiolus/natinfo_flutter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.3.0
|
||||
versionCode: 15001
|
||||
commit: b6835d0550638562dd2b5417a3de79b6ced35057
|
||||
- versionName: 0.3.2
|
||||
versionCode: 17001
|
||||
commit: ff6f78dccccd618a055d486e14301db168d1acdf
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
- 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:
|
||||
|
|
@ -35,11 +35,11 @@ Builds:
|
|||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- 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
|
||||
|
|
@ -47,29 +47,29 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- 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 net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 0.3.0
|
||||
versionCode: 15002
|
||||
commit: b6835d0550638562dd2b5417a3de79b6ced35057
|
||||
- versionName: 0.3.2
|
||||
versionCode: 17002
|
||||
commit: ff6f78dccccd618a055d486e14301db168d1acdf
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
- 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-v7a-v%v.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-armeabi-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
|
|
@ -79,11 +79,11 @@ Builds:
|
|||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- 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
|
||||
|
|
@ -91,29 +91,29 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- 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 net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 0.3.0
|
||||
versionCode: 15003
|
||||
commit: b6835d0550638562dd2b5417a3de79b6ced35057
|
||||
- versionName: 0.3.2
|
||||
versionCode: 17003
|
||||
commit: ff6f78dccccd618a055d486e14301db168d1acdf
|
||||
sudo:
|
||||
- mkdir -p /mnt/2TB/Documents/gits/
|
||||
- chown vagrant /mnt/2TB/Documents/gits/
|
||||
- mkdir -p /home/jenkins/agent
|
||||
- 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-v8a-v%v.apk
|
||||
binary: https://codeberg.org/retiolus/natinfo_flutter/releases/download/v%v/net.retiolus.natinfo-arm64-v%v.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
|
|
@ -123,11 +123,11 @@ Builds:
|
|||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- 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
|
||||
|
|
@ -135,20 +135,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/natinfo_flutter net.retiolus.natinfo
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/mnt/2TB/Documents/gits/
|
||||
- export repo=/home/jenkins/agent/workspace
|
||||
- cd ..
|
||||
- mv net.retiolus.natinfo $repo/natinfo_flutter
|
||||
- pushd $repo/natinfo_flutter
|
||||
- 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 net.retiolus.natinfo
|
||||
ndk: 26.3.11579264
|
||||
- mv $repo/natinfo_flutter_v$$VERSION$$ net.retiolus.natinfo
|
||||
ndk: 27.0.12077973
|
||||
|
||||
AllowedAPKSigningKeys: 85945c403df07dad135ac12acc5d1c31bdd88ec2809c81f72b9e63c488e0de54
|
||||
|
||||
|
|
@ -159,5 +159,5 @@ VercodeOperation:
|
|||
- 1000 * %c + 2
|
||||
- 1000 * %c + 3
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.3.0
|
||||
CurrentVersionCode: 15003
|
||||
CurrentVersion: 0.3.2
|
||||
CurrentVersionCode: 17003
|
||||
|
|
|
|||
Loading…
Reference in a new issue