diff options
author | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-06 14:48:25 +0000 |
---|---|---|
committer | TomasKulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-06 14:48:25 +0000 |
commit | c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283 (patch) | |
tree | f5e3e359dc54162e03dab1e0cb414588dff1c650 | |
parent | 8b8dfc68fa6b70ec7eefcdfb928fb383196bec97 (diff) | |
download | regularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.tar.gz regularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.tar.bz2 regularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.tar.xz regularization-c4d1fccb8fb4a2beaf9b9cfb8e2f38b9cfeac283.zip |
UPDATE: add jenkins build script
-rwxr-xr-x | build/jenkins-build.sh | 12 |
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 |