mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03:00
workflows/macos: add a job using gcc + debug + secure transport
This commit is contained in:
parent
6f93d5f604
commit
7a48ebc08f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
|
@ -83,6 +83,9 @@ jobs:
|
|||
install: nghttp2
|
||||
configure: --enable-debug --with-secure-transport
|
||||
macosx-version-min: 10.8
|
||||
- name: gcc SecureTransport
|
||||
configure: CC=gcc-12 --enable-debug --with-secure-transport
|
||||
macosx-version-min: 10.8
|
||||
- name: OpenSSL http2
|
||||
install: nghttp2 openssl
|
||||
configure: --enable-debug --with-openssl=/usr/local/opt/openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue