From 49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9 Mon Sep 17 00:00:00 2001 From: vagrant Date: Tue, 8 Jan 2019 16:08:41 +0000 Subject: UPDATE: build first, generate output files next --- build/jenkins-build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/jenkins-build.sh') diff --git a/build/jenkins-build.sh b/build/jenkins-build.sh index 874788a..5614b8e 100755 --- a/build/jenkins-build.sh +++ b/build/jenkins-build.sh @@ -26,4 +26,8 @@ else 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 +# 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` -- cgit v1.2.3