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

Commit

Permalink
update doc, fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Sep 13, 2015
1 parent 04517cc commit 72bab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/sphinx_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def run_build_mxnet(folder):
subprocess.call('cd ..; rm -rf mshadow;' +
'git clone https://github.com/dmlc/mshadow', shell = True)
subprocess.call('cd ..; cp make/readthedocs.mk config.mk', shell = True)
subprocess.call('cd ..; rm -rf build', shell = True)
retcode = subprocess.call("cd %s; make" % folder, shell = True)
if retcode < 0:
sys.stderr.write("build terminated by signal %s" % (-retcode))
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [ ${TASK} == "cpp_unittest" ]; then
echo "USE_CUDA=0" >> config.mk
make test || exit -1
export MXNET_ENGINE_TYPE=NaiveEngine
testsp/cpp/unittest || exit -1
tests/cpp/unittest || exit -1
export MXNET_ENGINE_TYPE=ThreadedEngine
tests/cpp/unittest || exit -1
fi
Expand Down

0 comments on commit 72bab4c

Please sign in to comment.