提交 d66cefe7 authored 作者: Frédéric Bastien's avatar Frédéric Bastien 提交者: GitHub

Merge pull request #6373 from slefrancois/win_cache

pr win and mac keep cache
......@@ -8,7 +8,7 @@ set -x
# Copy cache from master
BASECOMPILEDIR=$HOME/.theano/pr_theano_mac
rsync -a $HOME/.theano/buildbot_theano_mac/ $BASECOMPILEDIR
# rsync -a --delete $HOME/.theano/buildbot_theano_mac/ $BASECOMPILEDIR
# Set path for conda and cmake
export PATH="/Users/jenkins/miniconda2/bin:/usr/local/bin:$PATH"
......
......@@ -7,7 +7,7 @@ set PATH=%PATH%;%CUDNNPATH%\bin;C:\Program Files\CMake\bin
REM Set cache dir and copy from master
set COMPILEDIR=%WORKSPACE%\cache
C:\Windows\System32\robocopy /E /purge C:\Jenkins\theano_cache\buildbot_windows %COMPILEDIR% > nul
REM C:\Windows\System32\robocopy /E /purge C:\Jenkins\theano_cache\buildbot_windows %COMPILEDIR% > nul
set THEANO_FLAGS=init_gpu_device=cuda
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论