move another test run to cmake

This commit is contained in:
Viktor Szakats 2025-08-20 15:57:55 +02:00
parent e0f8b3b157
commit 8526fa429e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -302,6 +302,7 @@ jobs:
-DCMAKE_UNITY_BUILD=ON
- name: 'wolfssl'
install_steps: skipall
PKG_CONFIG_PATH: /home/runner/wolfssl/build/lib/pkgconfig:/home/runner/nghttp3/build/lib/pkgconfig:/home/runner/ngtcp2/build/lib/pkgconfig:/home/runner/nghttp2/build/lib/pkgconfig
configure: >-
LDFLAGS=-Wl,-rpath,/home/runner/wolfssl/build/lib
@ -311,7 +312,6 @@ jobs:
--enable-unity
- name: 'wolfssl'
install_steps: skipall
PKG_CONFIG_PATH: /home/runner/wolfssl/build/lib/pkgconfig:/home/runner/nghttp3/build/lib/pkgconfig:/home/runner/ngtcp2/build/lib/pkgconfig:/home/runner/nghttp2/build/lib/pkgconfig
generate: >-
-DCURL_USE_WOLFSSL=ON -DUSE_NGTCP2=ON