Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
treat roast like all the other repos.
  • Loading branch information
coke committed Jan 8, 2014
1 parent 4392d52 commit f277fb6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/niecza.sh
Expand Up @@ -9,8 +9,8 @@ rm -r ~/.local/share/NieczaModuleCache
PATH=/usr/local/bin:$PATH

git clone repos/niecza.git
git clone repos/roast.git niecza/t/spec
cd niecza
ln -s ../../roast t/spec
echo "#!/usr/bin/env perl" > perl6
echo 'exec "ulimit -t 90; ulimit -v 1260720; ulimit -c 0; nice -20 mono ./run/Niecza.exe @ARGV"' >> perl6
chmod a+x ./perl6
Expand Down
2 changes: 1 addition & 1 deletion bin/pugs.sh
Expand Up @@ -13,8 +13,8 @@ PATH=/usr/local/bin:$PATH

rm -rf Pugs.hs
git clone repos/Pugs.hs.git
git clone repos/roast.git Pugs.hs/t/spec
cd Pugs.hs
ln -s ../../roast t/spec
(cd Pugs && make)
echo "#!/usr/bin/env perl" > perl6
echo '$ENV{PUGS_USE_EXTERNAL_TEST}=1;' >> perl6
Expand Down
2 changes: 1 addition & 1 deletion bin/rakudo.jvm.sh
Expand Up @@ -6,8 +6,8 @@ PATH=/usr/local/bin:$PATH
rm -rf rakudo.jvm
git clone repos/rakudo.git rakudo.jvm
git clone repos/nqp.git rakudo.jvm/nqp
git clone repos/roast.git rakudo.jvm/t/spec
cd rakudo.jvm
ln -s ../../roast t/spec
perl Configure.pl --backends=jvm --gen-nqp
make all

Expand Down
2 changes: 1 addition & 1 deletion bin/rakudo.moar.sh
Expand Up @@ -7,8 +7,8 @@ rm -rf rakudo.moar
git clone -b moar-support repos/rakudo.git rakudo.moar
git clone repos/nqp.git rakudo.moar/nqp
git clone repos/MoarVM.git rakudo.moar/nqp/MoarVM
git clone repos/roast.git rakudo.moar/t/spec
cd rakudo.moar
ln -s ../roast t/spec
perl Configure.pl --backends=moar --gen-moar=master --gen-nqp=master
make all

Expand Down
2 changes: 1 addition & 1 deletion bin/rakudo.parrot.sh
Expand Up @@ -7,8 +7,8 @@ rm -rf rakudo.parrot
git clone repos/rakudo.git rakudo.parrot
git clone repos/nqp.git rakudo.parrot/nqp
git clone repos/parrot.git rakudo.parrot/parrot
git clone repos/roast.git rakudo.parrot/t/spec
cd rakudo.parrot
ln -s ../../roast t/spec
perl Configure.pl --backends=parrot --gen-parrot
make all

Expand Down

0 comments on commit f277fb6

Please sign in to comment.