From 01a3fda266073b58a4de6dd61417bb2d0e3ecf9e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 17 Sep 2015 13:52:35 +0200 Subject: Add run_b() function to run build2 --- bpkg/utility | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/utility') diff --git a/bpkg/utility b/bpkg/utility index d1aebb1..ffe5b94 100644 --- a/bpkg/utility +++ b/bpkg/utility @@ -48,6 +48,11 @@ namespace bpkg inline void run (const cstrings& args) {run (args.data ());} + // Run build2, mapping verbosity levels. + // + void + run_b (const string& buildspec, const strings& vars = strings ()); + // Call a function if there is an exception. // -- cgit v1.1