mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
GHA: --enable-headers-api in all workflows
This commit is contained in:
parent
ac81a9c9ae
commit
ea0ada834e
2
.github/workflows/linux-hyper.yml
vendored
2
.github/workflows/linux-hyper.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
build:
|
||||
- name: hyper
|
||||
install:
|
||||
configure: --with-openssl --with-hyper=$HOME/hyper
|
||||
configure: --with-openssl --with-hyper=$HOME/hyper --enable-headers-api
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -85,7 +85,7 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: autoreconf -fi && ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }}
|
||||
- run: autoreconf -fi && ./configure --enable-warnings --enable-werror --enable-headers-api ${{ matrix.build.configure }}
|
||||
name: 'configure and build'
|
||||
env:
|
||||
# -Wvla is caused by brotli
|
||||
|
2
.github/workflows/mbedtls.yml
vendored
2
.github/workflows/mbedtls.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/mbed/lib" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make V=1
|
||||
- run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/mbed/lib" ./configure --enable-warnings --enable-werror --enable-headers-api ${{ matrix.build.configure }} && make V=1
|
||||
name: 'configure and build'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
|
2
.github/workflows/nss.yml
vendored
2
.github/workflows/nss.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
build:
|
||||
- name: NSS
|
||||
install:
|
||||
configure: --with-nss --enable-debug --enable-werror --with-nss-deprecated
|
||||
configure: --with-nss --enable-debug --enable-werror --with-nss-deprecated --enable-headers-api
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
2
.github/workflows/rustls.yml
vendored
2
.github/workflows/rustls.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
build:
|
||||
- name: rustls
|
||||
install:
|
||||
configure: --with-rustls=$HOME/rustls --enable-debug --enable-werror
|
||||
configure: --with-rustls=$HOME/rustls --enable-debug --enable-werror --enable-headers-api
|
||||
|
||||
steps:
|
||||
- run: |
|
||||
|
2
.github/workflows/wolfssl.yml
vendored
2
.github/workflows/wolfssl.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/wssl/lib" ./configure --enable-warnings --enable-werror ${{ matrix.build.curl-configure }} && make V=1
|
||||
- run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/wssl/lib" ./configure --enable-warnings --enable-werror --enable-headers-api ${{ matrix.build.curl-configure }} && make V=1
|
||||
name: 'configure and build'
|
||||
|
||||
- run: make V=1 test-ci
|
||||
|
Loading…
Reference in New Issue
Block a user