From 92591846ccb3d90e39aab567b7b3f817390aec26 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Mon, 8 May 2017 16:46:49 -0700 Subject: [vcpkg-internalCI] Add folly:x64-windows to internal CI builds --- scripts/internalCI.ps1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') 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 $? } -- cgit v1.2.3