about summary refs log tree commit diff
path: root/scripts/build_rakudo_and_spectest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_rakudo_and_spectest.sh')
-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