diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-18 18:45:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-18 18:45:17 +0200 |
commit | 8a3a88bbc2c764a28654938f22a3a56e7f5fe173 (patch) | |
tree | 804076911a75f8b7a9b2036df05e947ddb03037a /manifest | |
parent | 281ae3316f05f9d95725a9106180768328eeebc9 (diff) |
Exclude all builds except Linux and FreeBSD
Diffstat (limited to 'manifest')
-rw-r--r-- | manifest | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ changes-file: NEWS url: https://build2.org email: users@build2.org build-email: builds@build2.org +build-exclude: * ; Only supports Linux and FreeBSD. +build-include: linux* +build-include: freebsd* requires: c++14 requires: postgresql >= 9.0 requires: apache2; Including development files (httpd.h header, etc). |