]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github: add a workflow with libssh2 on macOS using cmake
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 May 2021 12:37:37 +0000 (14:37 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 May 2021 21:21:12 +0000 (23:21 +0200)
Closes #7047

.github/workflows/macos.yml

index 4132bc3f839fef004ef7a1022d26b6447eebfa93..a01785068017bbc2434e7123c8762ac539cdbccb 100644 (file)
@@ -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'