diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-09 19:55:16 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-04-10 14:17:10 +0300 |
commit | 153ad80b3e0c1a1e6921dc87fb475011bdf2084e (patch) | |
tree | 0c1db2bee17ac2d31d2503a6826e44875a0e84b2 | |
parent | c1d9261b3801897ba9b3fef5a79e73d5459d2cf1 (diff) |
Override build constraints group values hierarchically
-rw-r--r-- | bdep/ci.cli | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bdep/ci.cli b/bdep/ci.cli index bd417f0..8befd82 100644 --- a/bdep/ci.cli +++ b/bdep/ci.cli @@ -75,6 +75,10 @@ namespace bdep builds build-{include,exclude} \ + Note also that the build constraints group values are overridden + hierarchically so that the \cb{build-{include,exclude\}} overrides don't + affect the \cb{builds} values. + While the exact interpretation of the CI request depends on the specific service, normally, the CI server will respond with a reference that can be used to query the results. See \l{brep#ci Package CI} for details on |