summaryrefslogtreecommitdiffstats
path: root/build/jenkins-build.sh
blob: 04f8da609986baff5c8f82f44732dc7cb5278526 (plain)
1
2
3
4
5
6
7
8
9
10
11
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