From 1b5f0457e8708a57bd081257c8a18a7ae02f6516 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 28 Nov 2022 21:39:25 +0300 Subject: Add support for --target-config and --package-config to bdep-ci command --- bdep/project.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/project.hxx') diff --git a/bdep/project.hxx b/bdep/project.hxx index c0fd1d8..e789fc2 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -300,6 +300,12 @@ namespace bdep package_info package_b_info (const common_options&, const dir_path&, bool ext_mods); + + // Verify that the package name matches what we expect it to be and the + // package uses a standard version. + // + void + verify_package_info (const package_info&, const package_name&); } #endif // BDEP_PROJECT_HXX -- cgit v1.1