提交 074a40d2 authored 作者: lamblin's avatar lamblin

Merge pull request #368 from nouiz/buildbot

fix how we compute the number of elements in the compile dir.
...@@ -6,14 +6,16 @@ NOSETESTS=nosetests ...@@ -6,14 +6,16 @@ NOSETESTS=nosetests
ARGS=$@ ARGS=$@
PROFILING="" PROFILING=""
RELEASE="" RELEASE=""
COMPILEDIR=`python -c "import theano;print theano.config.compiledir"`
if [ "$1" == "--release" ]; then if [ "$1" == "--release" ]; then
RELEASE="True" RELEASE="True"
shift shift
ARGS=$@ ARGS=$@
fi fi
if [ "$1" == "--buildbot" ]; then if [ "$1" == "--buildbot" ]; then
COMPILEDIR=/Tmp/lisa_theano_compile_dir_theano
ROOT_CWD=/Tmp/nightly_build ROOT_CWD=/Tmp/nightly_build
FLAGS=compiledir=/Tmp/lisa_theano_compile_dir_theano FLAGS=compiledir=$COMPILEDIR
cd ${ROOT_CWD}/Theano cd ${ROOT_CWD}/Theano
git rev-parse HEAD git rev-parse HEAD
cd .. cd ..
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论