mirror of
https://github.com/curl/curl.git
synced 2025-04-12 16:20:35 +08:00
travis: enable warnings-as-errors for coverage build
Closes
This commit is contained in:
parent
8f332e589b
commit
ba2192e6c8
@ -453,7 +453,7 @@ script:
|
||||
- |
|
||||
set -eo pipefail
|
||||
if [ "$T" = "coverage" ]; then
|
||||
./configure --enable-debug --disable-shared --enable-code-coverage
|
||||
./configure --enable-debug --disable-shared --enable-code-coverage --enable-werror
|
||||
make
|
||||
make TFLAGS=-n test-nonflaky
|
||||
make "TFLAGS=-n -e" test-nonflaky
|
||||
|
Loading…
x
Reference in New Issue
Block a user