update build section for Gadgetbridge 0.77.0

This commit is contained in:
Andreas Shimokawa 2023-12-17 16:25:29 +00:00 committed by linsui
parent 91a61aa899
commit f8b8f9e168
2 changed files with 26 additions and 5 deletions

View file

@ -170,8 +170,27 @@ Builds:
- app/src/main/assets/fossil_hr
- external/fossil-hr-watchface/build/files/icons
- versionName: 0.77.0-banglejs
versionCode: 227
commit: 275deb4d06de6b64c0d7e73d13f6f2ad2879fe25
subdir: app
submodules: true
sudo:
- apt-get update
- apt-get install -y make gcc gcc-multilib cmake python3-pip
- pip3 install crc32c
gradle:
- banglejs
scandelete:
- app/src/main/assets/fossil_hr
- external/fossil-hr-gbapps/watchface/build/files/icons
- external/fossil-hr-gbapps/navigationApp/build/files/icons
build:
- cd ../external
- ./build_fossil_hr_gbapps.sh
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckName: nodomain.freeyourgadget.gadgetbridge
CurrentVersion: 0.76.1-banglejs
CurrentVersionCode: 226
CurrentVersion: 0.77.0-banglejs
CurrentVersionCode: 227

View file

@ -1849,15 +1849,17 @@ Builds:
submodules: true
sudo:
- apt-get update
- apt-get install -y make gcc gcc-multilib cmake
- apt-get install -y make gcc gcc-multilib cmake python3-pip
- pip3 install crc32c
gradle:
- main
scandelete:
- app/src/main/assets/fossil_hr
- external/fossil-hr-watchface/build/files/icons
- external/fossil-hr-gbapps/watchface/build/files/icons
- external/fossil-hr-gbapps/navigationApp/build/files/icons
build:
- cd ../external
- ./build_fossil_hr_watchface.sh
- ./build_fossil_hr_gbapps.sh
AutoUpdateMode: Version
UpdateCheckMode: Tags