diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-08 20:53:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-08 20:53:44 -0700 |
| commit | add92555384f59ab10b6f551db0b685f8e9e5323 (patch) | |
| tree | befe44d70b1b0ec579a066c1ba30d707693313b2 /scripts | |
| parent | 7bb0224ee152d8ffba7ddf3d07a53d4d39faa1a2 (diff) | |
| parent | 9223a08134bfa4afc5f9d9ac73ed7dd44092fb07 (diff) | |
| download | vcpkg-add92555384f59ab10b6f551db0b685f8e9e5323.tar.gz vcpkg-add92555384f59ab10b6f551db0b685f8e9e5323.zip | |
Merge pull request #1054 from KindDragon/folly
Add Facebook Folly port
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/internalCI.ps1 | 3 |
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 $? } |
