summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorKulhanek <tomas.kulhanek@stfc.ac.uk>2019-01-11 13:34:23 +0100
committerKulhanek <tomas.kulhanek@stfc.ac.uk>2019-01-11 13:34:23 +0100
commit92bdb9f29baf03f6140e9b6269ed1d8c7c42520b (patch)
tree72ee68a7306c7938eff1be013fa0257acd2392d3 /build
parentff4a9962d3701b30dc6709500ee3492788b6977b (diff)
downloadframework-92bdb9f29baf03f6140e9b6269ed1d8c7c42520b.tar.gz
framework-92bdb9f29baf03f6140e9b6269ed1d8c7c42520b.tar.bz2
framework-92bdb9f29baf03f6140e9b6269ed1d8c7c42520b.tar.xz
framework-92bdb9f29baf03f6140e9b6269ed1d8c7c42520b.zip
UPDATE: channels conda-roge and ccp
Diffstat (limited to 'build')
-rw-r--r--build/jenkins-build.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh
index e45a330..31b81d2 100644
--- a/build/jenkins-build.sh
+++ b/build/jenkins-build.sh
@@ -24,12 +24,10 @@ 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
-#cd CCPi-Regularisation-Toolkit # already there by jenkins
+
# need to call first build
-conda build Wrappers/Python/conda-recipe
+conda build Wrappers/Python/conda-recipe -c conda-forge -c ccpi
# then need to call the same with --output
-#- otherwise no build is done :-(, just fake file names are generated
export REG_FILES=`conda build Wrappers/Python/conda-recipe --output`
# REG_FILES variable should contain output files
echo files created: $REG_FILES