From 48d4ae50d57d58c35b25d2917faad6700783ac0d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 17 Oct 2018 16:39:25 +0300 Subject: Exclude Linux and FreeBSD build configurations in manifest --- manifest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifest') diff --git a/manifest b/manifest index b3b52dc..9b10e02 100644 --- a/manifest +++ b/manifest @@ -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). -- cgit v1.1