aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/azure-pipelines')
-rw-r--r--scripts/azure-pipelines/end-to-end-tests.ps112
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/end-to-end-tests.ps1 b/scripts/azure-pipelines/end-to-end-tests.ps1
index 3b6fe5aaa..99e56ce45 100644
--- a/scripts/azure-pipelines/end-to-end-tests.ps1
+++ b/scripts/azure-pipelines/end-to-end-tests.ps1
@@ -91,6 +91,18 @@ function Run-Vcpkg {
./vcpkg @testArgs
}
+##### Test spaces in the path
+Refresh-TestRoot
+$CurrentTest = "zlib with spaces in path"
+Write-Host $CurrentTest
+./vcpkg install zlib "--triplet" $Triplet `
+ "--no-binarycaching" `
+ "--x-buildtrees-root=$TestingRoot/build Trees" `
+ "--x-install-root=$TestingRoot/instalL ed" `
+ "--x-packages-root=$TestingRoot/packaG es"
+Throw-IfFailed
+
+##### Binary caching tests
if (-not $IsLinux -and -not $IsMacOS) {
Refresh-TestRoot
# Test msbuild props and targets