mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update PeerTube to 1.0.3 (22)
This commit is contained in:
parent
445125de5d
commit
483b8aef16
1 changed files with 41 additions and 2 deletions
|
|
@ -100,10 +100,49 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/mobile-application org.framasoft.peertube
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 22
|
||||
commit: v1.0.3
|
||||
sudo:
|
||||
- mkdir -p /builds
|
||||
- chown vagrant /builds
|
||||
output: build/app/outputs/flutter-apk/app-stable-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- export repo=/builds/framasoft/peertube
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv org.framasoft.peertube $repo/mobile-application
|
||||
- pushd $repo/mobile-application
|
||||
- export flutterVersion=$(sed -n -E "s/^\s*flutter:\s*'?([0-9.]+)'?/\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 pub get
|
||||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- popd
|
||||
- mv $repo/mobile-application org.framasoft.peertube
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/builds/framasoft/peertube
|
||||
- cd ..
|
||||
- mv org.framasoft.peertube $repo/mobile-application
|
||||
- pushd $repo/mobile-application
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release --dart-define-from-file=env-stable.json
|
||||
--flavor=stable --dart-define=buildType=fdroid
|
||||
- popd
|
||||
- mv $repo/mobile-application org.framasoft.peertube
|
||||
|
||||
AllowedAPKSigningKeys: c3c605c9387aa2d6fd0170fbe39636dc83845ac4e655b4e822fdbd349b0293db
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 20
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 22
|
||||
|
|
|
|||
Loading…
Reference in a new issue