lanking520 commented on a change in pull request #13624: Nightly Tests For
Clojure
URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r250303716
##########
File path: ci/docker/runtime_functions.sh
##########
@@ -868,6 +868,14 @@ unittest_ubuntu_cpu_clojure() {
./contrib/clojure-package/ci-test.sh
}
+unittest_ubuntu_cpu_clojure_integration() {
+ set -ex
+ make scalapkg USE_OPENCV=1 USE_BLAS=openblas USE_DIST_KVSTORE=1
ENABLE_TESTCOVERAGE=1
+ make scalainstall USE_OPENCV=1 USE_BLAS=openblas USE_DIST_KVSTORE=1
ENABLE_TESTCOVERAGE=1
Review comment:
Just to inform that we plan to deprecate the make command for Scala package.
Please use `mvn install` instead to cover the Scala portion
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services