GHA/windows: move UWP vcpkg job up top
To bring it closer to WinCE and make the vcpkg jobs with tests form a continuous group. Closes #16499
This commit is contained in:
parent
4ed9db9eef
commit
4f98f354b1
24
.github/workflows/windows.yml
vendored
24
.github/workflows/windows.yml
vendored
@ -703,16 +703,16 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- name: 'schannel MultiSSL U'
|
- name: 'openssl'
|
||||||
install: 'brotli zlib zstd libpsl nghttp2 libssh2[core,zlib] pkgconf gsasl openssl mbedtls wolfssl'
|
install: 'brotli zlib zstd nghttp2 nghttp3 openssl libssh2'
|
||||||
arch: 'x64'
|
arch: 'x64'
|
||||||
plat: 'windows'
|
plat: 'uwp'
|
||||||
type: 'Debug'
|
type: 'Debug'
|
||||||
tflags: '~1516 ~2301 ~2302 ~2303 ~2307 ~2310'
|
tflags: 'skiprun'
|
||||||
config: >-
|
config: >-
|
||||||
-DCURL_USE_LIBSSH2=ON
|
-DCURL_USE_LIBSSH2=ON
|
||||||
-DCURL_USE_SCHANNEL=ON -DCURL_USE_OPENSSL=ON -DCURL_USE_MBEDTLS=ON -DCURL_USE_WOLFSSL=ON -DCURL_DEFAULT_SSL_BACKEND=schannel
|
-DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON
|
||||||
-DCURL_USE_GSASL=ON -DUSE_WIN32_IDN=ON -DENABLE_UNICODE=ON -DUSE_SSLS_EXPORT=ON
|
-DCURL_USE_LIBPSL=OFF
|
||||||
|
|
||||||
- name: 'openssl'
|
- name: 'openssl'
|
||||||
install: 'brotli zlib zstd libpsl nghttp2 nghttp3 openssl libssh2 pkgconf gsasl c-ares libuv krb5'
|
install: 'brotli zlib zstd libpsl nghttp2 nghttp3 openssl libssh2 pkgconf gsasl c-ares libuv krb5'
|
||||||
@ -725,16 +725,16 @@ jobs:
|
|||||||
-DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON
|
-DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON
|
||||||
-DCURL_USE_GSASL=ON -DENABLE_ARES=ON -DCURL_USE_LIBUV=ON -DCURL_USE_GSSAPI=ON
|
-DCURL_USE_GSASL=ON -DENABLE_ARES=ON -DCURL_USE_LIBUV=ON -DCURL_USE_GSSAPI=ON
|
||||||
|
|
||||||
- name: 'openssl'
|
- name: 'schannel MultiSSL U'
|
||||||
install: 'brotli zlib zstd nghttp2 nghttp3 openssl libssh2'
|
install: 'brotli zlib zstd libpsl nghttp2 libssh2[core,zlib] pkgconf gsasl openssl mbedtls wolfssl'
|
||||||
arch: 'x64'
|
arch: 'x64'
|
||||||
plat: 'uwp'
|
plat: 'windows'
|
||||||
type: 'Debug'
|
type: 'Debug'
|
||||||
tflags: 'skiprun'
|
tflags: '~1516 ~2301 ~2302 ~2303 ~2307 ~2310'
|
||||||
config: >-
|
config: >-
|
||||||
-DCURL_USE_LIBSSH2=ON
|
-DCURL_USE_LIBSSH2=ON
|
||||||
-DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON
|
-DCURL_USE_SCHANNEL=ON -DCURL_USE_OPENSSL=ON -DCURL_USE_MBEDTLS=ON -DCURL_USE_WOLFSSL=ON -DCURL_DEFAULT_SSL_BACKEND=schannel
|
||||||
-DCURL_USE_LIBPSL=OFF
|
-DCURL_USE_GSASL=ON -DUSE_WIN32_IDN=ON -DENABLE_UNICODE=ON -DUSE_SSLS_EXPORT=ON
|
||||||
|
|
||||||
- name: 'libressl'
|
- name: 'libressl'
|
||||||
install: 'brotli zlib zstd libpsl nghttp2 libressl libssh2[core,zlib] pkgconf ngtcp2[libressl] nghttp3'
|
install: 'brotli zlib zstd libpsl nghttp2 libressl libssh2[core,zlib] pkgconf ngtcp2[libressl] nghttp3'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user