summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-11-15 20:33:48 -0800
committerJonathan "Duke" Leto <jonathan@leto.net>2011-11-15 20:33:48 -0800
commit6140b6b2e0673eaa8d5d65d2685134741f402add (patch)
tree0722324903942ab8a3e7de49af983adb24da8119
parentRun python tests if setup.py is found (diff)
downloadjitterbug-master.tar.gz
Detect Winxed-based build systems + test suitesmaster
Diffstat (limited to '')
-rwxr-xr-xscripts/capsule.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/capsule.sh b/scripts/capsule.sh
index fd120b4..8d94449 100755
--- a/scripts/capsule.sh
+++ b/scripts/capsule.sh
@@ -36,6 +36,10 @@ function jitterbug_build () {
elif [ -f 'setup.nqp' ]; then
echo "Found setup.nqp"
HARNESS_VERBOSE=1 HARNESS_TIMER=1 parrot-nqp setup.nqp test >> $logfile 2>&1
+ elif [ -f 'setup.winxed' ]; then
+ echo "Found setup.winxed"
+ winxed setup.winxed build >> $logfile 2>&1
+ winxed setup.winxed test >> $logfile 2>&1
elif [ -f 'Configure.pl' ]; then
echo "Found Configure.pl"
perl Configure.pl >> $logfile 2>&1