From 985e787b751891c4923a281644b40b4a20f3da90 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 25 May 2017 15:55:46 -0700 Subject: [vcpkg-ci] Add uwebsockets to internal CI --- scripts/internalCI.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3