about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorJonathan "Duke" Leto <jonathan@leto.net>2011-04-27 22:23:40 +0000
committerJonathan "Duke" Leto <jonathan@leto.net>2011-04-27 22:23:40 +0000
commitdb7bb6fd9eae5ea339cf07bc3a769fc11b8087b4 (patch)
treed51712cc5c257ac7fa0be34bc214f6c7b689cac9 /scripts
parentRemove an unnecessary sleep (diff)
downloadjitterbug-db7bb6fd9eae5ea339cf07bc3a769fc11b8087b4.tar.gz
Add a more detailed example config file and a custom rakudo build script
Diffstat (limited to '')
-rw-r--r--scripts/build_rakudo_and_spectest.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/build_rakudo_and_spectest.sh b/scripts/build_rakudo_and_spectest.sh
new file mode 100644
index 0000000..423b8b5
--- /dev/null
+++ b/scripts/build_rakudo_and_spectest.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# This serves as an example of a custom build script, which builds
+# Rakudo Perl 6 and times a spectest run
+
+make realclean
+perl Configure.pl --gen-parrot
+make
+make t/spec
+time make spectest