From 74c2c23c13da7889787cb0c1c0bc857bc6122d9e Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Sun, 14 May 2017 19:55:43 -0700 Subject: [boost] Fix uwp builds. Add x86-uwp to CI. Fixes #1069. --- 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 1af0bb97e..bfcb93b35 100644 --- a/scripts/internalCI.ps1 +++ b/scripts/internalCI.ps1 @@ -18,7 +18,7 @@ if (-not $?) { exit $? } ./vcpkg.exe install bond chakracore cryptopp zlib expat sdl2 curl sqlite3 libuv protobuf:x64-windows sfml opencv:x64-windows if (-not $?) { exit $? } -./vcpkg.exe install opencv:x86-uwp +./vcpkg.exe install opencv:x86-uwp boost:x86-uwp if (-not $?) { exit $? } ./vcpkg.exe install folly:x64-windows -- cgit v1.2.3