mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
Reenable most builds.
This commit is contained in:
parent
b7871e1927
commit
bb519dc27a
2 changed files with 8 additions and 7 deletions
|
|
@ -38,6 +38,7 @@ if ($child) {
|
|||
} else {
|
||||
close(STDIN); close(STDOUT); close(STDERR); # child process
|
||||
unlink "buildall.pl";
|
||||
sleep 5; # Leave time for the push to complete. (Yuk!)
|
||||
system 'wget https://raw.githubusercontent.com/vishaps/voc/v2docs/src/tools/make/buildall.pl';
|
||||
exec 'perl buildall.pl >/tmp/buildall.log';
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue