workflows/macos: add a job using gcc + debug + secure transport

This commit is contained in:
Daniel Stenberg 2023-05-19 23:43:55 +02:00
Родитель 6f93d5f604
Коммит 7a48ebc08f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 5CC908FDB71E12C2
1 изменённых файлов: 3 добавлений и 0 удалений

3
.github/workflows/macos.yml поставляемый
Просмотреть файл

@ -83,6 +83,9 @@ jobs:
install: nghttp2 install: nghttp2
configure: --enable-debug --with-secure-transport configure: --enable-debug --with-secure-transport
macosx-version-min: 10.8 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 - name: OpenSSL http2
install: nghttp2 openssl install: nghttp2 openssl
configure: --enable-debug --with-openssl=/usr/local/opt/openssl configure: --enable-debug --with-openssl=/usr/local/opt/openssl