Skip to content

Commit

Permalink
jenkins test for scala (apache#3583)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhliu authored and piiswrong committed Oct 20, 2016
1 parent c70d233 commit ae3b210
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ matrix:
env: TASK=python_test
- os: linux
env: TASK=r_test
- os: linux
env: TASK=scala_test

# dependent apt packages
addons:
Expand Down
5 changes: 5 additions & 0 deletions tests/jenkins/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ nosetests3 --verbose tests/python/train || exit -1
# export PATH="${PATH}:${HOME}/julia/bin"
# export MXNET_HOME="${PWD}"
# julia -e 'Pkg.clone("MXNet"); Pkg.checkout("MXNet"); Pkg.build("MXNet"); Pkg.test("MXNet")' || exit -1

echo "BUILD scala_test"
export PATH=$PATH:/opt/apache-maven/bin
make scalapkg || exit -1
make scalatest || exit -1

0 comments on commit ae3b210

Please sign in to comment.