Skip to content

Commit e2559d7

Browse files
committed
new
1 parent 7dcdc0e commit e2559d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
cd
3+
set -e
4+
echo -e "\n\nNew nqp-moarvm build"
5+
date
6+
cd MoarVM
7+
git pull
8+
perl Configure.pl --optimize --prefix=../nqp-moarvm/install && make CGOTO=1 install
9+
cd ../nqp-moarvm/nqp
10+
perl ConfigureMoar.pl --prefix=../install && make install

0 commit comments

Comments
 (0)