diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-13 14:01:56 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-15 18:06:06 -0800 |
| commit | c432b66034a4efe304d79926bf81f92cb6e96ad6 (patch) | |
| tree | 7e48673a16f8807e9395ac6cb7ba3d5bc8a47aca /toolsrc/vcpkglib | |
| parent | c60c9de6e2371b31a79c58719df1d344b564111c (diff) | |
| download | vcpkg-c432b66034a4efe304d79926bf81f92cb6e96ad6.tar.gz vcpkg-c432b66034a4efe304d79926bf81f92cb6e96ad6.zip | |
Introduce ci command: builds all packages of a triplet
Diffstat (limited to 'toolsrc/vcpkglib')
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj | 1 | ||||
| -rw-r--r-- | toolsrc/vcpkglib/vcpkglib.vcxproj.filters | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj index 537b2fb0f..7ca8158dd 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj @@ -180,6 +180,7 @@ </ItemGroup> <ItemGroup> <ClCompile Include="..\src\BinaryParagraph.cpp" /> + <ClCompile Include="..\src\commands_ci.cpp" /> <ClCompile Include="..\src\PostBuildLint_BuildInfo.cpp" /> <ClCompile Include="..\src\PostBuildLint_BuildPolicies.cpp" /> <ClCompile Include="..\src\coff_file_reader.cpp" /> diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters index 519331b49..622544e3d 100644 --- a/toolsrc/vcpkglib/vcpkglib.vcxproj.filters +++ b/toolsrc/vcpkglib/vcpkglib.vcxproj.filters @@ -171,6 +171,9 @@ <ClCompile Include="..\src\vcpkg_Enums.cpp"> <Filter>Source Files</Filter> </ClCompile> + <ClCompile Include="..\src\commands_ci.cpp"> + <Filter>Source Files</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\include\package_spec.h"> |
