From fe6aa3aa87bdff77ca667e012a9d1cc34f1fb8ea Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 24 Aug 2018 13:33:01 +0200 Subject: Implement bdep-ci command --- bdep/ci.hxx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bdep/ci.hxx (limited to 'bdep/ci.hxx') 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 +#include + +#include + +namespace bdep +{ + int + cmd_ci (const cmd_ci_options&, cli::scanner& args); +} + +#endif // BDEP_CI_HXX -- cgit v1.1