gha: add a macOS CI job with libssh

Closes #8513
This commit is contained in:
Daniel Stenberg 2022-02-25 14:31:25 +01:00
parent b0325628b4
commit 2bb5e1c3df
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -32,6 +32,10 @@ jobs:
install: nghttp2 libssh2
configure: --enable-debug --with-libssh2 --without-ssl
macosx-version-min: 10.9
- name: libssh
install: openssl nghttp2 libssh
configure: --enable-debug --with-libssh --with-openssl=/usr/local/opt/openssl
macosx-version-min: 10.9
- name: c-ares
install: nghttp2
configure: --enable-debug --enable-ares --without-ssl