diff options
| author | Daniel Shaw <t-dansha@microsoft.com> | 2017-06-26 15:45:31 -0700 |
|---|---|---|
| committer | Daniel Shaw <t-dansha@microsoft.com> | 2017-06-26 15:52:18 -0700 |
| commit | cc06f978914917622904a0326094c1d5fba4118e (patch) | |
| tree | e3cd4ec34180e50ee2cc83f17b5e0e6ba4eb481d /toolsrc/src/commands_ci.cpp | |
| parent | 838e8783d659456037c0e8e89dcc689e626b6816 (diff) | |
| download | vcpkg-cc06f978914917622904a0326094c1d5fba4118e.tar.gz vcpkg-cc06f978914917622904a0326094c1d5fba4118e.zip | |
Merge branch 'master' into create_install_tests
Diffstat (limited to 'toolsrc/src/commands_ci.cpp')
| -rw-r--r-- | toolsrc/src/commands_ci.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/commands_ci.cpp b/toolsrc/src/commands_ci.cpp index 85febd580..5f6fc95b5 100644 --- a/toolsrc/src/commands_ci.cpp +++ b/toolsrc/src/commands_ci.cpp @@ -40,8 +40,8 @@ namespace vcpkg::Commands::CI const std::vector<PackageSpec> specs = load_all_package_specs(paths.get_filesystem(), paths.ports, triplet); StatusParagraphs status_db = database_load_check(paths); - const std::vector<InstallPlanAction> install_plan /* = - Dependencies::create_install_plan(Dependencies::PathsPortFile(paths), specs, status_db)*/; + const std::vector<InstallPlanAction> install_plan = + Dependencies::create_install_plan(Dependencies::PathsPortFile(paths), specs, status_db); Checks::check_exit(VCPKG_LINE_INFO, !install_plan.empty(), "Install plan cannot be empty"); std::vector<BuildResult> results; |
