Update DroidFish to 1.74 (83)
This commit is contained in:
parent
785a3d8a8e
commit
4fd102f1ed
|
|
@ -211,6 +211,21 @@ Build:1.73,82
|
||||||
ant release
|
ant release
|
||||||
ndk=r15c
|
ndk=r15c
|
||||||
|
|
||||||
|
Build:1.74,83
|
||||||
|
commit=1.74
|
||||||
|
subdir=DroidFish
|
||||||
|
sudo=apt update || apt update && \
|
||||||
|
apt install -y proguard-cli
|
||||||
|
prebuild=echo 'source.dir=src;../CuckooChessEngine/src' > ant.properties && \
|
||||||
|
echo 'proguard.jar=/usr/share/java/proguard.jar' >> local.properties
|
||||||
|
build=$$NDK$$/ndk-build -j `nproc` && \
|
||||||
|
ant -f build_copy_exe.xml && \
|
||||||
|
ant release && \
|
||||||
|
ant -f ../CuckooChessEngine/build_binbook.xml && \
|
||||||
|
ant -f build_eco.xml && \
|
||||||
|
ant release
|
||||||
|
ndk=r15c
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
Running `ant release` twice seems fishy, but we can only run build_eco after that
|
Running `ant release` twice seems fishy, but we can only run build_eco after that
|
||||||
and need to package the resulting eco.dat as well. Build still crashes.
|
and need to package the resulting eco.dat as well. Build still crashes.
|
||||||
|
|
@ -218,5 +233,5 @@ and need to package the resulting eco.dat as well. Build still crashes.
|
||||||
|
|
||||||
Auto Update Mode:Version %v
|
Auto Update Mode:Version %v
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:1.73
|
Current Version:1.74
|
||||||
Current Version Code:82
|
Current Version Code:83
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue