You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/09/24 00:49:47 UTC

svn commit: r1389159 - /buildr/trunk/ci.sh

Author: donaldp
Date: Sun Sep 23 22:49:46 2012
New Revision: 1389159

URL: http://svn.apache.org/viewvc?rev=1389159&view=rev
Log:
Add omnibus build to the CI

Modified:
    buildr/trunk/ci.sh

Modified: buildr/trunk/ci.sh
URL: http://svn.apache.org/viewvc/buildr/trunk/ci.sh?rev=1389159&r1=1389158&r2=1389159&view=diff
==============================================================================
--- buildr/trunk/ci.sh (original)
+++ buildr/trunk/ci.sh Sun Sep 23 22:49:46 2012
@@ -42,6 +42,11 @@ elif [ "X$JOB_NAME" == "XBuildr-website-
   export PATH=$PATH:/home/toulmean/prince/bin
   source .rvmrc
   rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec rake jekyll --trace 2>&1
+elif [ "X$JOB_NAME" == "XBuildr-omnibus" ]; then
+  export BUILDR_RUBY_VERSION=ruby-1.9.2-p320
+  export JAVA_HOME=/home/hudson/tools/java/latest1.7-64 ;
+  source .rvmrc
+  rvm "${BUILDR_RUBY_VERSION}@${BUILDR_GEMSET}" exec rake all-in-one --trace 2>&1
 else
   echo "Unknown build job"
   exit 42