projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f332e5
)
travis: enable warnings-as-errors for coverage build
author
Marcel Raad
<Marcel.Raad@teamviewer.com>
Wed, 12 Jun 2019 14:06:06 +0000
(16:06 +0200)
committer
Marcel Raad
<Marcel.Raad@teamviewer.com>
Thu, 20 Jun 2019 11:28:21 +0000
(13:28 +0200)
Closes
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 90c8fb3de746b9398d9cd11333dc69a3e2ea2004..367fbef5c6036a448acaa44296e7c0cae480323c 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-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