aboutsummaryrefslogtreecommitdiff
path: root/bdep/bdep.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/bdep.cxx')
-rw-r--r--bdep/bdep.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/bdep.cxx b/bdep/bdep.cxx
index f77870f..8fbcd71 100644
--- a/bdep/bdep.cxx
+++ b/bdep/bdep.cxx
@@ -26,6 +26,7 @@
#include <bdep/sync.hxx>
#include <bdep/fetch.hxx>
#include <bdep/status.hxx>
+#include <bdep/ci.hxx>
#include <bdep/publish.hxx>
#include <bdep/deinit.hxx>
#include <bdep/config.hxx>
@@ -296,6 +297,7 @@ try
COMMAND_IMPL (init, init, "init", true);
COMMAND_IMPL (fetch, fetch, "fetch", true);
COMMAND_IMPL (status, status, "status", true);
+ COMMAND_IMPL (ci, ci, "ci", true);
COMMAND_IMPL (publish, publish, "publish", true);
COMMAND_IMPL (deinit, deinit, "deinit", true);
COMMAND_IMPL (config, config, "config", true);