diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-14 19:55:43 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-05-14 19:56:16 -0700 |
| commit | 74c2c23c13da7889787cb0c1c0bc857bc6122d9e (patch) | |
| tree | b486bf2dd1dfc7edb4ee5820e1d2996543b1d168 /scripts | |
| parent | 8379a80abe5288c7c06d5b9ab16efe355d1c6f62 (diff) | |
| download | vcpkg-74c2c23c13da7889787cb0c1c0bc857bc6122d9e.tar.gz vcpkg-74c2c23c13da7889787cb0c1c0bc857bc6122d9e.zip | |
[boost] Fix uwp builds. Add x86-uwp to CI.
Fixes #1069.
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 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 |
