diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-25 15:55:46 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-05-25 15:57:40 -0700 |
| commit | 985e787b751891c4923a281644b40b4a20f3da90 (patch) | |
| tree | a8895c3d49dbb297a0a0c1e25c52293f8f793c29 /scripts | |
| parent | 2aae2ab1c7c9f4636ab7ee5ca0f860612bbdb6d5 (diff) | |
| download | vcpkg-985e787b751891c4923a281644b40b4a20f3da90.tar.gz vcpkg-985e787b751891c4923a281644b40b4a20f3da90.zip | |
[vcpkg-ci] Add uwebsockets to internal 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 151b664b8..66744976d 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -15,7 +15,7 @@ if (-not $?) { throw $? } ./vcpkg.exe install azure-storage-cpp cpprestsdk:x64-windows-static cpprestsdk:x86-uwp if (-not $?) { throw $? } -./vcpkg.exe install bond chakracore cryptopp zlib expat sdl2 curl sqlite3 libuv protobuf:x64-windows sfml opencv:x64-windows +./vcpkg.exe install bond chakracore cryptopp zlib expat sdl2 curl sqlite3 libuv protobuf:x64-windows sfml opencv:x64-windows uwebsockets uwebsockets:x64-windows-static if (-not $?) { throw $? } ./vcpkg.exe install opencv:x86-uwp boost:x86-uwp |
