diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-01 21:07:36 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-05-01 21:07:36 +0200 |
commit | cfcb21bb19b5a9856dd2965cfd2f5940eb210628 (patch) | |
tree | 6a505756f034cf534bb91fcd7e4adc18f7fbd93e /push.sh | |
parent | b350d6c3cafaa10ffad8ea619d75cda5f0c88034 (diff) | |
download | sonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.tar.gz sonarqube-cfcb21bb19b5a9856dd2965cfd2f5940eb210628.zip |
Complete build scripts
Diffstat (limited to 'push.sh')
-rwxr-xr-x | push.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 @@ -52,4 +52,4 @@ fi # Update working directory cd ${LOCATION} && git fetch ${REMOTE} -exit_ok "Yet another successful build!"
\ No newline at end of file +exit_ok "Yet another successful build!" |