summaryrefslogtreecommitdiffstats
path: root/bdep/ci.hxx
blob: a9e665917be9ccdc6b52f2cfe7cfc0b1e8fca92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// file      : bdep/ci.hxx -*- C++ -*-
// copyright : Copyright (c) 2014-2019 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