Skip to content

Commit 4c5106c

Browse files
committed
Download the data in the buildbot script.
1 parent b95fe32 commit 4c5106c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: misc/do_nightly_build

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ NOSETESTS=${ROOT_CWD}/Theano/bin/theano-nose
88
FLAGS=warn.ignore_bug_before=0.5,compiledir=${COMPILEDIR}
99
export PYTHONPATH=${ROOT_CWD}/Theano:${ROOT_CWD}/Pylearn:$PYTHONPATH
1010

11+
cd ${ROOT_CWD}/DeepLearningTutorials/data
12+
./download.sh
13+
1114
cd ${ROOT_CWD}/Theano
1215
echo "git version for Theano:" `git rev-parse HEAD`
1316
cd ${ROOT_CWD}/DeepLearningTutorials/code

0 commit comments

Comments
 (0)