diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-04 11:43:35 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-06 18:51:39 +0300 |
commit | 5631205edf682629d1d34634025bdfa2191e6a4f (patch) | |
tree | 86fd5c60fab5b43ea07b5951853d8a2df70a3aa1 /doc/manual.cli | |
parent | e7baa0a250eea650d5f679b85ae92eda4b554cc6 (diff) |
Adapt documentation to reflect that external test packages may have their own build constraints now
Diffstat (limited to 'doc/manual.cli')
-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}| |