mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 05:58:01 -05:00
travis: enable alt-svc for coverage build
Closes
This commit is contained in:
parent
31f8c8f321
commit
972bdffb9f
@ -459,7 +459,7 @@ script:
|
||||
- |
|
||||
set -eo pipefail
|
||||
if [ "$T" = "coverage" ]; then
|
||||
./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --with-libssh2
|
||||
./configure --enable-debug --disable-shared --disable-threaded-resolver --enable-code-coverage --enable-werror --enable-alt-svc --with-libssh2
|
||||
make
|
||||
make TFLAGS=-n test-nonflaky
|
||||
make "TFLAGS=-n -e" test-nonflaky
|
||||
|
Loading…
Reference in New Issue
Block a user