aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-24 13:33:01 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-25 13:38:41 +0300
commitfe6aa3aa87bdff77ca667e012a9d1cc34f1fb8ea (patch)
treeaf89684406dbb6b6f13bd74e9b09cf76eb6d6ebd /bdep/ci.hxx
parent5f85dd75c096b57a085737a8164099cb1ef19181 (diff)
Implement bdep-ci command
Diffstat (limited to 'bdep/ci.hxx')
-rw-r--r--bdep/ci.hxx19
1 files changed, 19 insertions, 0 deletions
diff --git a/bdep/ci.hxx b/bdep/ci.hxx
new file mode 100644
index 0000000..cd3e563
--- /dev/null
+++ b/bdep/ci.hxx
@@ -0,0 +1,19 @@
+// file : bdep/ci.hxx -*- C++ -*-
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+#ifndef BDEP_CI_HXX
+#define BDEP_CI_HXX
+
+#include <bdep/types.hxx>
+#include <bdep/utility.hxx>
+
+#include <bdep/ci-options.hxx>
+
+namespace bdep
+{
+ int
+ cmd_ci (const cmd_ci_options&, cli::scanner& args);
+}
+
+#endif // BDEP_CI_HXX