summaryrefslogtreecommitdiff
path: root/scripts/capsule.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/capsule.sh')
-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