Skip to content

Commit

Permalink
Source bootstrap, test, and install in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bramwelt committed Jul 29, 2014
1 parent e3b82f5 commit 4846480
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ then
exit 1
fi

source scripts/bootstrap.sh
# run unit tests
make test
source scripts/test.sh

if [ "$1" != "leeroy" ]
then
Expand Down Expand Up @@ -83,8 +84,9 @@ then
rsync akela/target/*.jar analysis/
rsync -a socorro-toolbox/src/main/pig/ analysis/
# create the tarball
PREFIX=builds/socorro make install
if [ -n "$BUILD_NUMBER" ]

PREFIX=builds/socorro source ./scripts/install.sh
if [ -n $BUILD_NUMBER ]
then
echo "$BUILD_NUMBER" > builds/socorro/JENKINS_BUILD_NUMBER
fi
Expand Down

0 comments on commit 4846480

Please sign in to comment.