diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-17 16:39:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-10-17 16:39:25 +0300 |
commit | 48d4ae50d57d58c35b25d2917faad6700783ac0d (patch) | |
tree | 95202d1c478a558f8e8343ec55587da3edcbadf1 | |
parent | b9055ec9d4057822f2955066bdec59c71418feef (diff) |
Exclude Linux and FreeBSD build configurations in manifest
-rw-r--r-- | manifest | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -12,9 +12,9 @@ doc-url: https://build2.org/doc.xhtml src-url: https://git.build2.org/cgit/brep/tree/ email: users@build2.org build-email: builds@build2.org -build-include: linux* -build-include: freebsd* -build-exclude: * ; Only supports Linux and FreeBSD. +build-exclude: *linux* ; Requires system packages. +build-exclude: *freebsd* ; Requires system packages. +build-exclude: * ; Only supports Linux and FreeBSD. requires: c++14 requires: postgresql >= 9.0 requires: apache2; Including development files (httpd.h header, etc). |