From f867bfa88e6b89c2d620a8ec14efa69e0e27c400 Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Sat, 20 Jul 2019 18:35:46 +0200 Subject: azure: skip SSH tests on Win32 platforms On Win32 build hosts, we do not have an SSH daemon readily available and thus cannot perform the SSH tests. Let's skip the tests to not let Azure Pipelines fail. --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d79dd3a6..dda7ad59a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -83,6 +83,7 @@ jobs: environmentVariables: CMAKE_GENERATOR: Visual Studio 12 2013 Win64 CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON + SKIP_SSH_TESTS: true - job: windows_vs_x86 displayName: 'Windows (x86; Visual Studio)' @@ -93,6 +94,7 @@ jobs: environmentVariables: CMAKE_GENERATOR: Visual Studio 12 2013 CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -DDEPRECATE_HARD=ON -DUSE_SHA1=HTTPS + SKIP_SSH_TESTS: true - job: windows_mingw_amd64 displayName: 'Windows (amd64; MinGW)' @@ -109,6 +111,7 @@ jobs: BUILD_PATH: $(Agent.TempDirectory)\mingw64\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\CMake\bin CMAKE_GENERATOR: MinGW Makefiles CMAKE_OPTIONS: -DDEPRECATE_HARD=ON + SKIP_SSH_TESTS: true - job: windows_mingw_x86 displayName: 'Windows (x86; MinGW)' @@ -126,6 +129,7 @@ jobs: BUILD_PATH: $(Agent.TempDirectory)\mingw32\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\CMake\bin CMAKE_GENERATOR: MinGW Makefiles CMAKE_OPTIONS: -DDEPRECATE_HARD=ON + SKIP_SSH_TESTS: true - job: documentation displayName: 'Generate Documentation' -- cgit v1.2.1