vcpkg-tool/azure-pipelines/end-to-end-tests-dir/regression-ports.ps1

7 строки
200 B
PowerShell

. $PSScriptRoot/../end-to-end-tests-prelude.ps1
if ($IsWindows) {
Run-Vcpkg install --overlay-ports="$PSScriptRoot/../e2e_ports/llvm-lto-lib" llvm-lto-lib:x64-windows-static
Throw-IfFailed
}