1
0
mirror of https://github.com/libssh2/libssh2.git synced 2026-01-27 00:18:12 +03:00

appveyor: disable last Windows test job, now completely broken

After this, libssh2 is left without runtime tests on Windows in CI.

```
Waiting for SSH connection from GitHub Actions....[..].... failed.
```
Ref: https://ci.appveyor.com/project/libssh2org/libssh2/builds/53276260/job/7hom25cx4q8kf3pv (OpenSSL)
Ref: https://ci.appveyor.com/project/libssh2org/libssh2/builds/53289394/job/rxbker53liv2nqb2 (OpenSSL)
Ref: https://ci.appveyor.com/project/libssh2org/libssh2/builds/53289591/job/gf2xfpn9cq40ey0l (WinCNG)

Closes #1768
This commit is contained in:
Viktor Szakats
2025-12-25 22:25:37 +01:00
parent 6e56a8bdca
commit c321b324d6

View File

@@ -79,7 +79,6 @@ environment:
BUILD_STATIC_LIBS: 'OFF'
CRYPTO_BACKEND: 'OpenSSL'
OPENSSL_ROOT_DIR: 'C:/OpenSSL-v111-Win32'
SKIP_CTEST: 'no'
- job_name: 'VS2013, OpenSSL 1.1, x64, Build-only, Static-only'
APPVEYOR_BUILD_WORKER_IMAGE: 'Visual Studio 2015'
@@ -132,7 +131,6 @@ environment:
PLATFORM: 'x86'
CRYPTO_BACKEND: 'WinCNG'
ENABLE_ECDSA_WINCNG: 'ON'
SKIP_CTEST: 'no'
matrix:
fast_finish: true