Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add nqplua target
  • Loading branch information
Perl 6 Evalbot committed Nov 6, 2011
1 parent bd7c2ac commit ccb34fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions evalbot.pl
Expand Up @@ -78,6 +78,11 @@ package Evalbot;
cmd_line => './try2.sh %program',
#revision => sub { get_revision_from_file('~/6model/VERSION'
},
nqplua => {
chdir => "$home/nqplua/6model/lua/compiler",
cmd_line => './try.sh %program',
#revision => sub { get_revision_from_file('~/nqplua/VERSION'
},
b => {
chdir => "$home/rakudo/",
cmd_line => 'PERL6LIB=lib ../p/bin/perl6 %program',
Expand Down

0 comments on commit ccb34fd

Please sign in to comment.