[boinc] update to 8.0.2

This commit is contained in:
Vitalii Koshura 2024-05-28 14:42:48 +00:00 committed by Licaon_Kter
parent 2b98511468
commit ace9461f06

View file

@ -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