mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
[boinc] update to 8.0.2
This commit is contained in:
parent
2b98511468
commit
ace9461f06
1 changed files with 25 additions and 2 deletions
|
|
@ -194,7 +194,30 @@ Builds:
|
|||
- android/ci_build_vcpkg_client.sh
|
||||
- rm -rf 3rdParty/android/ 3rdParty/buildCache/ /tmp/android-ndk-*.zip
|
||||
|
||||
- versionName: 8.0.2
|
||||
versionCode: 80002
|
||||
commit: client_release/8.0/8.0.2
|
||||
subdir: android/BOINC/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y g++ pkg-config make libc-dev wget libncurses5 m4 autoconf
|
||||
automake libtool python-is-python3 zip
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- clientgui/res/*.zip
|
||||
- clientscr/progress/simt
|
||||
prebuild:
|
||||
- sed -i -e 's/versionCode buildVersionCode.*/versionCode $$VERCODE$$/' build.gradle
|
||||
- sed -i -e 's/versionName buildVersionName.*/versionName "$$VERSION$$"/' build.gradle
|
||||
- sed -i -e '/xiaomi_.* {/,/}/d' build.gradle
|
||||
build:
|
||||
- cd ../../..
|
||||
- export VCPKG_FEATURE_FLAGS=-binarycaching
|
||||
- android/ci_build_vcpkg_client.sh
|
||||
- rm -rf 3rdParty/android/ 3rdParty/buildCache/ /tmp/android-ndk-*.zip
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: 8.0.0
|
||||
CurrentVersionCode: 80000
|
||||
CurrentVersion: 8.0.2
|
||||
CurrentVersionCode: 80002
|
||||
|
|
|
|||
Loading…
Reference in a new issue