mirror of
https://github.com/curl/curl.git
synced 2026-04-22 23:22:15 +03:00
travis: enable warnings-as-errors for coverage build
Closes
This commit is contained in:
parent
8f332e589b
commit
ba2192e6c8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue