summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild/jenkins-build.sh15
1 files changed, 7 insertions, 8 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index 4a18525..6da2c56 100755
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -1,4 +1,11 @@
#!/usr/bin/env bash
+if [[ -n ${CIL_VERSION} ]]
+then
+ echo Using defined version: $CIL_VERSION
+else
+ export CIL_VERSION=0.10.4
+ echo Defining version: $CIL_VERSION
+fi
# Script to builds source code in Jenkins environment
# module try-load conda
@@ -17,14 +24,6 @@ fi
# presume that git clone is done before this script is launched, if not, uncomment
# git clone https://github.com/vais-ral/CCPi-Regularisation-Toolkit
conda install -y conda-build
-#export CIL_VERSION=0.10.2
-if [[ -n ${CIL_VERSION} ]]
-then
- echo Using defined version: $CIL_VERSION
-else
- export CIL_VERSION=0.10.3
- echo Defining version: $CIL_VERSION
-fi
#cd CCPi-Regularisation-Toolkit # already there by jenkins
# need to call first build
conda build Wrappers/Python/conda-recipe