mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update SensorServer to 7.0.0 (35)
This commit is contained in:
parent
1172c27f48
commit
c2fa8f679a
1 changed files with 26 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ SourceCode: https://github.com/umer0586/SensorServer
|
||||||
IssueTracker: https://github.com/umer0586/SensorServer/issues
|
IssueTracker: https://github.com/umer0586/SensorServer/issues
|
||||||
Changelog: https://github.com/umer0586/SensorServer/releases
|
Changelog: https://github.com/umer0586/SensorServer/releases
|
||||||
|
|
||||||
AutoName: Sensor Server
|
AutoName: SensorServer
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/umer0586/SensorServer.git
|
Repo: https://github.com/umer0586/SensorServer.git
|
||||||
|
|
@ -188,7 +188,30 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
||||||
|
|
||||||
|
- versionName: 7.0.0
|
||||||
|
versionCode: 35
|
||||||
|
commit: 08b92756209b0b3c53c781e201a0b8f2d5666267
|
||||||
|
subdir: app
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
prebuild:
|
||||||
|
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" ../.github/workflows/release-draft.yml)
|
||||||
|
- '[[ $flutterVersion ]]'
|
||||||
|
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||||
|
- cd ../sensors_dashboard
|
||||||
|
- export PUB_CACHE=$(pwd)/../.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- .pub-cache
|
||||||
|
build:
|
||||||
|
- cd ..
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- PATH=$$flutter$$/bin/:$PATH python3 deploy_web_app.py
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 6.4.0
|
CurrentVersion: 7.0.0
|
||||||
CurrentVersionCode: 34
|
CurrentVersionCode: 35
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue