about summary refs log tree commit diff
path: root/scripts/build_rakudo_and_spectest.sh
blob: 423b8b5234002685a435aef0a619ec329c05c803 (plain) (blame)
1
2
3
4
5
6
7
8
9
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