From 1540e984279d25e5a83894216c3610990528b95c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 17 Apr 2019 22:41:20 +0300 Subject: Add override options to bdep-ci Namely the options are: --override, --overrides-file, --builds and --build-email. --- bdep/buildfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bdep/buildfile') 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 " + cli.cxx{ci-options}: cli.options += \ +--cxx-prologue "#include " + # Avoid generating CLI runtime and empty inline file for help topics. # cli.cxx{projects-configs}: cli.options += --suppress-cli --suppress-inline -- cgit v1.1