summaryrefslogtreecommitdiffstats
path: root/build/jenkins-build.sh
diff options
context:
space:
mode:
authorTomasKulhanek <tomas.kulhanek@stfc.ac.uk>2018-12-06 17:26:54 +0000
committerTomasKulhanek <tomas.kulhanek@stfc.ac.uk>2018-12-06 17:26:54 +0000
commit35ffdb8a176c6b16a626fdb147f7de5353c621c9 (patch)
tree7e568c5be6ca4afd3272348e3e88d3982616fcff /build/jenkins-build.sh
parentc04b85a6fdd8c63e3363c8072cbfe4b97409dc60 (diff)
downloadregularization-35ffdb8a176c6b16a626fdb147f7de5353c621c9.tar.gz
regularization-35ffdb8a176c6b16a626fdb147f7de5353c621c9.tar.bz2
regularization-35ffdb8a176c6b16a626fdb147f7de5353c621c9.tar.xz
regularization-35ffdb8a176c6b16a626fdb147f7de5353c621c9.zip
UPDATE: jenkins build script and test to skip when other exception occurs
Diffstat (limited to 'build/jenkins-build.sh')
-rwxr-xr-xbuild/jenkins-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index 04f8da6..67bb559 100755
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -5,8 +5,8 @@ module avail
module load conda
# it expects that git clone is done before this script launch
# git clone https://github.com/vais-ral/CCPi-Regularisation-Toolkit
-conda install conda-build
+conda install -y conda-build
#export CIL_VERSION=0.10.2
export CIL_VERSION=0.10.2
-cd CCPi-Regularisation-Toolkit
+#cd CCPi-Regularisation-Toolkit # already there by jenkins
conda build Wrappers/Python/conda-recipe