From 5631205edf682629d1d34634025bdfa2191e6a4f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 4 Apr 2020 11:43:35 +0300 Subject: Adapt documentation to reflect that external test packages may have their own build constraints now --- doc/manual.cli | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index 3a5dda0..7d550ee 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -1188,12 +1188,14 @@ tests: hello-tests ~$ Note that normally the tests, etc., packages themselves do not have an explicit dependency on the primary package (in a sense, the primary package -has a special dependency on them). They would also normally be excluded from -any builds (since they are built as part of the main package), for example: +has a special dependency on them). They are also not built by automated build +bots separately from their primary package but may have their own build +constraints, for example, to be excluded from building on some platforms where +the primary package is still built, for example: \ name: hello-tests -builds: none +builds: -windows \ \h2#manifest-package-builds|\c{builds}| -- cgit v1.1