Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Jenkins notebook test #4799

Merged
merged 16 commits into from
Jan 25, 2017
Prev Previous commit
Next Next commit
Make clean before build
  • Loading branch information
Wang committed Jan 24, 2017
commit ccce6da44208eced53b96bfdb91ad829ebd89b94
1 change: 1 addition & 0 deletions tests/nightly/test_notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ echo 'export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-1.b15.25.amzn1.
echo 'export JRE_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-1.b15.25.amzn1.x86_64/jre' >> ~/.profile
echo 'export PATH=$PATH:/apache-maven-3.3.9/bin/:/usr/bin:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-1.b15.25.amzn1.x86_64/bin:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.111-1.b15.25.amzn1.x86_64/jre/bin' >> ~/.profile
source ~/.profile
make clean
make -j 4 || exit -1

echo "BUILD python2 mxnet"
Expand Down