summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vagrant@localhost.localdomain>2019-01-08 16:08:41 +0000
committervagrant <vagrant@localhost.localdomain>2019-01-08 16:08:41 +0000
commit49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9 (patch)
tree6523189182f4696bfc28f6dd1e87d926b0297471
parentca5c4e281d0b103ebc544a096b5ac90dd74eb215 (diff)
downloadregularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.tar.gz
regularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.tar.bz2
regularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.tar.xz
regularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.zip
UPDATE: build first, generate output files next
-rwxr-xr-xbuild/jenkins-build.sh4
1 files changed, 4 insertions, 0 deletions
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`