mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
Make autobuild use latest changed branch.
This commit is contained in:
parent
c21975dc2a
commit
61eb8199d4
2 changed files with 3 additions and 2 deletions
|
|
@ -6,6 +6,8 @@ use Cwd;
|
|||
|
||||
my $branch = "master";
|
||||
|
||||
if (defined($ARGV[0]) && ($ARGV[0] ne "")) {$branch = $ARGV[0]}
|
||||
|
||||
my %machines = (
|
||||
"pi" => ['pi@pie', "sudo", "projects/oberon/vishap/voc", "make full"],
|
||||
"darwin" => ['dave@dcb', "sudo", "projects/oberon/vishap/voc", "make full"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue