mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update boinc to 7.18.1
This commit is contained in:
parent
a400763f61
commit
0cbb92b52c
1 changed files with 26 additions and 2 deletions
|
|
@ -52,7 +52,31 @@ Builds:
|
|||
- ./buildAndroidBOINC-CI.sh --silent --ci --arch x86_64
|
||||
ndk: r21d
|
||||
|
||||
- versionName: 7.18.1
|
||||
versionCode: 71801
|
||||
commit: client_release/7/7.18
|
||||
subdir: android/BOINC/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- clientgui/res/*.zip
|
||||
- clientscr/*.zip
|
||||
- clientscr/progress/simt
|
||||
- clientscr/progress/win/
|
||||
- samples/example_app/bin/
|
||||
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 ../../..
|
||||
- android/ci_build_client.sh
|
||||
- rm -rf 3rdParty/android/ 3rdParty/buildCache/ /tmp/ndk_*.zip
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: 7.16.16
|
||||
CurrentVersionCode: 71616
|
||||
CurrentVersion: 7.18.1
|
||||
CurrentVersionCode: 71801
|
||||
|
|
|
|||
Loading…
Reference in a new issue