mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update boinc to 7.22.0 with vcpkg compile
This commit is contained in:
parent
6af7a4867e
commit
772bad4257
1 changed files with 27 additions and 2 deletions
|
|
@ -76,7 +76,32 @@ Builds:
|
|||
- android/ci_build_client.sh
|
||||
- rm -rf 3rdParty/android/ 3rdParty/buildCache/ /tmp/ndk_*.zip
|
||||
|
||||
- versionName: 7.22.0
|
||||
versionCode: 72200
|
||||
commit: client_release/7/7.22
|
||||
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
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- clientgui/res/*.zip
|
||||
- clientscr/progress/simt
|
||||
prebuild:
|
||||
- sed -i -e 's|app/src/main/AndroidManifest.xml|src/main/AndroidManifest.xml|'
|
||||
build.gradle
|
||||
- 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: 7.18.1
|
||||
CurrentVersionCode: 71801
|
||||
CurrentVersion: 7.22.0
|
||||
CurrentVersionCode: 72200
|
||||
|
|
|
|||
Loading…
Reference in a new issue