From: Tal Regev Date: Thu, 19 Sep 2024 19:09:23 +0000 (+0300) Subject: GHA/windows: add MSVC vcpkg MSH3 job X-Git-Tag: curl-8_11_0~401 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc6f719d2d3247c444a474a945345c950e446558;p=thirdparty%2Fcurl.git GHA/windows: add MSVC vcpkg MSH3 job Refs: #14927 #14932 #14971 Closes #14922 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 62481b0f1b..f036076fac 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -509,6 +509,13 @@ jobs: # Windows. Do not use this component till there is a fix for these. # https://github.com/curl/curl-for-win/blob/3951808deb04df9489ee17430f236ed54436f81a/libssh.sh#L6-L8 config: '-DENABLE_DEBUG=ON -DENABLE_UNICODE=OFF -DCURL_USE_SCHANNEL=OFF -DCURL_BROTLI=ON -DCURL_ZSTD=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_LIBSSH2=OFF -DCURL_USE_LIBSSH=ON -DCURL_USE_GNUTLS=ON -DCURL_USE_GSASL=ON -DUSE_NGTCP2=ON' + - name: 'msh3' + install: 'brotli zlib zstd libpsl nghttp2 msh3 libssh2 pkgconf gsasl' + arch: 'x64' + plat: 'windows' + type: 'Debug' + tflags: '~1516' + config: '-DENABLE_DEBUG=ON -DENABLE_UNICODE=OFF -DCURL_USE_SCHANNEL=OFF -DCURL_BROTLI=ON -DCURL_ZSTD=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_LIBSSH2=ON -DUSE_MSH3=ON -DCURL_USE_GSASL=ON' fail-fast: false steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4