aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-05-27 18:40:23 -0700
committerGitHub <noreply@github.com>2020-05-27 18:40:23 -0700
commitd9b4acf02d8c784927f89d23edb677408ec428af (patch)
tree305431cf6dcf02cf92ddf83ff3b071e4e49496d6 /toolsrc/include
parent1982faa57b2206fd91e65a9976a67cd294f4918f (diff)
downloadvcpkg-d9b4acf02d8c784927f89d23edb677408ec428af.tar.gz
vcpkg-d9b4acf02d8c784927f89d23edb677408ec428af.zip
[vcpkg] Move CI cleaning back out of the 'ci' command into a separate command to restore cross-compilation preinstalls. (#11545)
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h
index 3ce182410..55d6bd7aa 100644
--- a/toolsrc/include/vcpkg/commands.h
+++ b/toolsrc/include/vcpkg/commands.h
@@ -27,6 +27,11 @@ namespace vcpkg::Commands
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths, Triplet default_triplet);
}
+ namespace CIClean
+ {
+ void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
+ }
+
namespace Env
{
extern const CommandStructure COMMAND_STRUCTURE;