diff options
author | vagrant <vagrant@localhost.localdomain> | 2019-01-08 16:08:41 +0000 |
---|---|---|
committer | vagrant <vagrant@localhost.localdomain> | 2019-01-08 16:08:41 +0000 |
commit | 49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9 (patch) | |
tree | 6523189182f4696bfc28f6dd1e87d926b0297471 /build/jenkins-build.sh | |
parent | ca5c4e281d0b103ebc544a096b5ac90dd74eb215 (diff) | |
download | regularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.tar.gz regularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.tar.bz2 regularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.tar.xz regularization-49163d7ebc31c2664d4bf0bb6ecb1fd61018b8b9.zip |
UPDATE: build first, generate output files next
Diffstat (limited to 'build/jenkins-build.sh')
-rwxr-xr-x | build/jenkins-build.sh | 4 |
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` |