Don't update Calculator to 5.1.1 (88): gson tests fail
This commit is contained in:
parent
e2ce50e09c
commit
40bcc717ab
|
@ -122,6 +122,30 @@ Build:5.1.1,85
|
||||||
cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \
|
cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \
|
||||||
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
||||||
|
|
||||||
|
Build:5.1.1,88
|
||||||
|
disable=gson tests fail
|
||||||
|
commit=a172a4e277f39a6805c682a2543344f67258716c
|
||||||
|
subdir=mobile
|
||||||
|
gradle=yes
|
||||||
|
srclibs=EJML@v0.25,Google-Gson@gson-2.2.4,ArityXlythe@459535ba5005c6f3a03101b15354e44df161a637
|
||||||
|
rm=mobile/libs/*jar,MathLibrary/libs/*.jar,legacy-mobile,wear,glass,GDK-ProgressBar
|
||||||
|
prebuild=sed -i -e '/wearApp/d' build.gradle && \
|
||||||
|
pushd $$EJML$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
pushd $$Google-Gson$$ && \
|
||||||
|
$$MVN3$$ package && \
|
||||||
|
popd && \
|
||||||
|
pushd $$ArityXlythe$$ && \
|
||||||
|
rm -fR bin/* && \
|
||||||
|
find -name "*.java" > sources.txt && \
|
||||||
|
javac -d bin @sources.txt && \
|
||||||
|
cd bin && \
|
||||||
|
jar cf arity.jar org && \
|
||||||
|
popd && \
|
||||||
|
cp $$EJML$$/target/ejml-0.25.jar $$ArityXlythe$$/bin/arity.jar ../MathLibrary/libs/ && \
|
||||||
|
cp $$Google-Gson$$/target/gson-2.2.4.jar libs/
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced
|
The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced
|
||||||
by a version build from upstream sources. As arity-2.1.6.jar is no longer
|
by a version build from upstream sources. As arity-2.1.6.jar is no longer
|
||||||
|
|
Loading…
Reference in a new issue