diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-21 20:08:25 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-21 20:08:25 -0800 |
| commit | 59dca1d481113057aebb1bbf76eaf72b018d0ba2 (patch) | |
| tree | 23d1d6513cd229d817b0eb782652675a06cf619f /scripts | |
| parent | e02c9e535493842a26b4426ce602c60f90ace671 (diff) | |
| download | vcpkg-59dca1d481113057aebb1bbf76eaf72b018d0ba2.tar.gz vcpkg-59dca1d481113057aebb1bbf76eaf72b018d0ba2.zip | |
[vcpkg] Handle feature packages in CI
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/internalCI.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1 index 37f4f35a4..9529c3766 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -18,5 +18,5 @@ if (-not $?) { throw $? } ./vcpkg.exe install azure-storage-cpp cpprestsdk:x64-windows-static cpprestsdk:x86-uwp ` bond cryptopp zlib expat sdl2 curl sqlite3 libuv protobuf:x64-windows sfml opencv:x64-windows uwebsockets uwebsockets:x64-windows-static ` -opencv:x86-uwp boost:x86-uwp --keep-going "--x-xunit=TEST-internal-ci.xml" +opencv:x86-uwp boost:x86-uwp --keep-going "--x-xunit=TEST-internal-ci.xml" --recurse if (-not $?) { throw $? } |
