Skip to content

Commit

Permalink
Complete build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Brandhof committed May 1, 2014
1 parent b350d6c commit cfcb21b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

mvn clean install $*
6 changes: 3 additions & 3 deletions push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ git clone --single-branch -slb "${BRANCH}" . ../privatebuild
cd ../privatebuild

# Build with maven
set MAVEN_OPTS=-Xmx1G
mvn -T4 install -Pdev -DskipSanityChecks=false
set MAVEN_OPTS=-Xmx256m
mvn -T4 clean install
if [ $? -ne 0 ]; then
exit_ko "Unable to build"
fi
Expand All @@ -52,4 +52,4 @@ fi

# Update working directory
cd ${LOCATION} && git fetch ${REMOTE}
exit_ok "Yet another successful build!"
exit_ok "Yet another successful build!"
4 changes: 2 additions & 2 deletions quick-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ echo ' u$$$uuu$$$$$$$$$uu ""$$$$$$$$$$$uuu$$$'
echo ' $$$$$$$$$$"""" ""$$$$$$$$$$$"'
echo ' "$$$$$" ""$$$$""'
echo ' $$$" $$$$"'


echo ''
echo ''
echo ' TESTS ARE DISABLED'
echo ' ARE U CRAZY ?'
echo ''
Expand Down
5 changes: 2 additions & 3 deletions start-mac-h2.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh

#
# NOTE: sonar must be built
#
# Shortcut to start server. It must be already built.

cd sonar-application/target/
unzip sonarqube-*.zip
cd sonarqube-*
Expand Down

0 comments on commit cfcb21b

Please sign in to comment.