aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-05-08 16:46:49 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-05-08 16:46:49 -0700
commit92591846ccb3d90e39aab567b7b3f817390aec26 (patch)
treed873bd6785282433a36af59eb4189c3385b802a3
parent0aa8055fbd8e721f1829d73f92eaf3868bd70a36 (diff)
downloadvcpkg-92591846ccb3d90e39aab567b7b3f817390aec26.tar.gz
vcpkg-92591846ccb3d90e39aab567b7b3f817390aec26.zip
[vcpkg-internalCI] Add folly:x64-windows to internal CI builds
-rw-r--r--scripts/internalCI.ps13
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/internalCI.ps1 b/scripts/internalCI.ps1
index 1b41a77d9..1af0bb97e 100644
--- a/scripts/internalCI.ps1
+++ b/scripts/internalCI.ps1
@@ -20,3 +20,6 @@ if (-not $?) { exit $? }
./vcpkg.exe install opencv:x86-uwp
if (-not $?) { exit $? }
+
+./vcpkg.exe install folly:x64-windows
+if (-not $?) { exit $? }