aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-13 14:01:56 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-15 18:06:06 -0800
commitc432b66034a4efe304d79926bf81f92cb6e96ad6 (patch)
tree7e48673a16f8807e9395ac6cb7ba3d5bc8a47aca /toolsrc/include
parentc60c9de6e2371b31a79c58719df1d344b564111c (diff)
downloadvcpkg-c432b66034a4efe304d79926bf81f92cb6e96ad6.tar.gz
vcpkg-c432b66034a4efe304d79926bf81f92cb6e96ad6.zip
Introduce ci command: builds all packages of a triplet
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_Commands.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index c3cda3d87..976e66c18 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -35,6 +35,12 @@ namespace vcpkg::Commands
namespace Install
{
+ void install_package(const vcpkg_paths& paths, const BinaryParagraph& binary_paragraph, StatusParagraphs* status_db);
+ void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const triplet& default_target_triplet);
+ }
+
+ namespace CI
+ {
void perform_and_exit(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const triplet& default_target_triplet);
}