summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasKulhanek <tomas.kulhanek@stfc.ac.uk>2018-12-06 14:48:25 +0000
committerTomasKulhanek <tomas.kulhanek@stfc.ac.uk>2018-12-06 14:48:25 +0000
commitc4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283 (patch)
treef5e3e359dc54162e03dab1e0cb414588dff1c650
parent8b8dfc68fa6b70ec7eefcdfb928fb383196bec97 (diff)
downloadregularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.tar.gz
regularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.tar.bz2
regularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.tar.xz
regularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.zip
UPDATE: add jenkins build script
-rwxr-xr-xbuild/jenkins-build.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
new file mode 100755
index 0000000..04f8da6
--- /dev/null
+++ b/build/jenkins-build.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+# Script to builds source code in Jenkins environment
+
+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
+#export CIL_VERSION=0.10.2
+export CIL_VERSION=0.10.2
+cd CCPi-Regularisation-Toolkit
+conda build Wrappers/Python/conda-recipe