mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 14:08:07 -05: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…
Reference in New Issue
Block a user