Add new autobuild machine vim-obs32.

This commit is contained in:
David Brown 2016-12-21 18:16:25 +00:00
parent ee197d741a
commit 572587ec56
2 changed files with 3 additions and 1 deletions

View file

@ -54,7 +54,8 @@ Example pre-requisite installation commands:
| --------- | ------------ |
| Debian/Ubuntu/Mint ... | `apt-get install git` |
| Fedora/RHEL/CentOS ... | `yum install git gcc glibc-static` (`dnf` instead of `yum` on recent Fedoras) |
| FreeBSD/OpenBSD/NetBSD | `pkg install git` |
| FreeBSD/NetBSD | `pkg install git` |
| OpenBSD | `pkg_add git gcc` |
| OpenSUSE | `zypper install gcc git-core make glibc-devel-static` |
On Mac OS (Darwin) just type the git command. OS/X will tell you that it is not installed and ask if you want to install it (say yes). Note that Darwin builds always use clang, the OS will redirect attempts to use gcc to clang.

View file

@ -20,6 +20,7 @@ my %machines = (
"fed64" => ['22', 'dave@vim-fed64', 'sh build-oberon.sh sudo oberon/voc gcc ' . $branch],
"osu64" => ['22', 'dave@vim-osu64', 'sh build-oberon.sh sudo oberon/voc gcc ' . $branch],
"ob32" => ['22', 'root@nas-ob32', 'sh build-oberon.sh n vishap/voc gcc ' . $branch],
"obs32" => ['22', 'dave@vim-obs32', 'sh build-oberon.sh n vishap/voc gcc ' . $branch],
"ce64" => ['5922', 'obe@www', 'sh build-oberon.sh sudo vishap/voc gcc ' . $branch],
"fb64" => ['22', 'root@oberon', 'sh build-oberon.sh n vishap/voc gcc ' . $branch]
);