Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jun 19, 2024
1 parent 1e7f385 commit 3073540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines/end-to-end-tests-dir/ci.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ $Output = Run-VcpkgAndCaptureOutput ci --dry-run --triplet=$Triplet --x-builtin-
Throw-IfNotFailed

# test malformed individual overlay port manifest
if (Test-Path "Env:GITHUB_ACTIONS") {
Remove-Item "Env:GITHUB_ACTIONS"
}
$vcpkg_no_ci_bak=$env:VCPKG_NO_CI
$env:VCPKG_NO_CI="1"
$Output = Run-VcpkgAndCaptureOutput ci --dry-run --triplet=$Triplet --x-builtin-ports-root="$PSScriptRoot/../e2e-ports/ci" --binarysource=clear --ci-baseline="$PSScriptRoot/../e2e-assets/ci/ci.baseline.txt" --overlay-ports="$PSScriptRoot/../e2e-ports/broken-ports/malformed"
Expand Down

0 comments on commit 3073540

Please sign in to comment.