summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-04-19 01:04:58 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-04-19 01:04:58 +0200
commitce83c2a2df6dafe1a1ab858051b1d0956bc80119 (patch)
tree69654d1dc0ff3e150ab3f58761293f05d8246eb4 /tinderbox.make.conf
parentFix mistake that caused no more rejected statuses. (diff)
downloadflameeyes-tinderbox-ce83c2a2df6dafe1a1ab858051b1d0956bc80119.tar.gz
flameeyes-tinderbox-ce83c2a2df6dafe1a1ab858051b1d0956bc80119.tar.bz2
flameeyes-tinderbox-ce83c2a2df6dafe1a1ab858051b1d0956bc80119.zip
Tweaks, enable vhosts and all Ruby targets.
Enabling vhosts means that webapps don't get copied in /var/www after merge, which saves a lot of time while running the tinderbox. Enabling all Ruby targets available increase the spread of testing.
Diffstat (limited to 'tinderbox.make.conf')
-rw-r--r--tinderbox.make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinderbox.make.conf b/tinderbox.make.conf
index 3d56311..8af5e06 100644
--- a/tinderbox.make.conf
+++ b/tinderbox.make.conf
@@ -13,3 +13,6 @@ CMAKE_NO_COLOR="yes"
VIDEO_CARDS=""
INPUT_DEVICES=""
+RUBY_TARGETS="ruby18 jruby ruby19"
+
+USE="$USE vhosts"