diff options
author | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-06 22:51:23 +0000 |
---|---|---|
committer | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-06 22:51:23 +0000 |
commit | fbbe502caa70043824f75ec615932f0185c136b7 (patch) | |
tree | 024220ddd09cb41c7874afcc94d5ad6a6b9e60ab /build/jenkins-build.sh | |
parent | c8b0684f4870015930da3b9a376633b61cac1e92 (diff) | |
download | regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.gz regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.bz2 regularization-fbbe502caa70043824f75ec615932f0185c136b7.tar.xz regularization-fbbe502caa70043824f75ec615932f0185c136b7.zip |
debug cuda test
Diffstat (limited to 'build/jenkins-build.sh')
-rwxr-xr-x | build/jenkins-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index 67bb559..6e35e4a 100755 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -9,4 +9,4 @@ conda install -y conda-build #export CIL_VERSION=0.10.2 export CIL_VERSION=0.10.2 #cd CCPi-Regularisation-Toolkit # already there by jenkins -conda build Wrappers/Python/conda-recipe +conda build --debug Wrappers/Python/conda-recipe |