diff options
-rw-r--r-- | doc/manual.cli | 8 |
1 files 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}| |