File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ export PATH=/home/p6eval/nqp-jvm/nqp/install/bin:/home/p6eval/nqp-jvm/jdk1.7.0/bin:/home/p6eval/nqp-jvm/jdk1.7.0/jre/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
3
+ cd
4
+ set -e
5
+ echo -e " \n\nNew nqp-jvm build"
6
+ date
7
+ cd nqp-jvm/nqp
8
+ git fetch origin
9
+ if ! diff .git/refs/remotes/origin/master .git/refs/heads/master
10
+ then
11
+ git pull
12
+ perl Configure.pl --gen-parrot
13
+ make install
14
+ fi
15
+ cd ..
16
+ git fetch origin
17
+ if ! diff .git/refs/remotes/origin/master .git/refs/heads/master
18
+ then
19
+ git pull
20
+ make clean
21
+ make
22
+ fi
23
+
Original file line number Diff line number Diff line change 12
12
std => [qw! std/snap/ std/snap/! ],
13
13
star => [qw/ star/ , ' ' ],
14
14
pugs => [qw/ .cabal Pugs.hs/ , ' ' ],
15
+ ' nqp-jvm' => [qw/ nqp-jvm/ , ' ' ],
15
16
);
16
17
17
18
if ($dirs {$sync }) {
You can’t perform that action at this time.
0 commit comments