summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-05-11 14:37:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-05-16 23:21:12 +0200
commit40ea52a241a9273a64923472fb9842b4e42d353b (patch)
tree9e10b850b9566056dc3b776f5b8f33401493f10c /.github
parent030d53916499290d3d0a4619a006f0e33e3bca64 (diff)
downloadcurl-40ea52a241a9273a64923472fb9842b4e42d353b.tar.gz
github: add a workflow with libssh2 on macOS using cmake
Closes #7047
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 4132bc3f8..a01785068 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -112,6 +112,9 @@ jobs:
- name: LibreSSL
install: nghttp2 libressl
generate: -DOPENSSL_ROOT_DIR=/usr/local/opt/libressl -DCURL_DISABLE_LDAP=ON -DCURL_DISABLE_LDAPS=ON
+ - name: libssh2
+ install: nghttp2 openssl libssh2
+ generate: -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_USE_LIBSSH2=ON
steps:
- run: echo libtool autoconf automake pkg-config ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
name: 'brew bundle'