Slightly simplify auto build repository sync.

This commit is contained in:
David Brown 2016-12-07 13:11:30 +00:00
parent 16c3f32484
commit 72ba766a2d

View file

@ -19,8 +19,8 @@ my %machines = (
. "export CC=gcc && make full;\\\""],
"mingw" => ['-p5932 dave@wax', "", "oberon/mingw/voc", "export CC=i686-w64-mingw32-gcc && make full;"
. "cd ~;"
. "sh start64.sh \\\"cd oberon/mingw/voc && git reset --hard && git clean -dfx &&"
. "git pull && git checkout -f $branch && git pull;"
. "sh start64.sh \\\"cd oberon/mingw/voc &&"
. "src/tools/make/getbranch $branch &&"
. "export CC=x86_64-w64-mingw32-gcc && make full;\\\""],
"android" => ['-p8022 root@and', "", "vishap/voc", "export CC=gcc && make full"],
"lub64" => ['dave@vim', "sudo", "oberon/voc", "make full"],