aboutsummaryrefslogtreecommitdiff
path: root/bdep/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-17 22:41:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-04-26 20:29:46 +0300
commit1540e984279d25e5a83894216c3610990528b95c (patch)
treebf99a54444722c47e0c1429dfe18c7cca9069b0b /bdep/buildfile
parentbf02b66c61d941a60e45520ef77f677dad36557e (diff)
Add override options to bdep-ci
Namely the options are: --override, --overrides-file, --builds and --build-email.
Diffstat (limited to 'bdep/buildfile')
-rw-r--r--bdep/buildfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bdep/buildfile b/bdep/buildfile
index a328629..db38734 100644
--- a/bdep/buildfile
+++ b/bdep/buildfile
@@ -139,6 +139,9 @@ if $cli.configured
cli.cxx{new-options}: cli.options += \
--cxx-prologue "#include <bdep/new-parsers.hxx>"
+ cli.cxx{ci-options}: cli.options += \
+--cxx-prologue "#include <bdep/ci-parsers.hxx>"
+
# Avoid generating CLI runtime and empty inline file for help topics.
#
cli.cxx{projects-configs}: cli.options += --suppress-cli --suppress-inline