From 572587ec565ff5e8785654147349dce199cc89d6 Mon Sep 17 00:00:00 2001 From: David Brown Date: Wed, 21 Dec 2016 18:16:25 +0000 Subject: [PATCH] Add new autobuild machine vim-obs32. --- doc/Installation.md | 3 ++- src/tools/autobuild/buildall.pl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Installation.md b/doc/Installation.md index 37840f74..b0ab299d 100644 --- a/doc/Installation.md +++ b/doc/Installation.md @@ -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. diff --git a/src/tools/autobuild/buildall.pl b/src/tools/autobuild/buildall.pl index 7e74e3b7..787ae16c 100644 --- a/src/tools/autobuild/buildall.pl +++ b/src/tools/autobuild/buildall.pl @@ -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] );