branch, master, updated. v0.2-25-g7b036ca
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "". The branch, master has been updated via 7b036cac171f6cfe9a31cca02f79e35a1e1f4dcf (commit) from b2acff2ce551b9799b4c4c35b488034695d9bf47 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7b036cac171f6cfe9a31cca02f79e35a1e1f4dcf Author: Dries Kimpe <[email protected]> Date: Mon Apr 7 09:53:00 2014 -0500 Fix; need to install ----------------------------------------------------------------------- Summary of changes: maint/jenkins/build.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) Diff of changes: diff --git a/maint/jenkins/build.sh b/maint/jenkins/build.sh index 04fff89..6d424b4 100755 --- a/maint/jenkins/build.sh +++ b/maint/jenkins/build.sh @@ -54,8 +54,10 @@ ${SRC_ROOT}/configure ${CONFIGURE_OPTS} # make make || exit 3 +make install || exit 4 + # Archive bin build for dependencies -tar -cvjf bindist.tar.bz2 install || exit 5 +tar -C ${INSTALL_ROOT} -cvjf bindist.tar.bz2 . || exit 5 # check # DOn't bail out if checks fail; Still archive artefacts hooks/post-receive --
participants (1)
-
noreply@mcs.anl.gov