projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd68054
)
Travis: build collectd with debug enabled
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 11:34:51 +0000
(12:34 +0100)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Tue, 12 Feb 2019 11:34:51 +0000
(12:34 +0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
e6be459
..
5547cb3
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-28,7
+28,7
@@
before_script: autoreconf -vif
script:
- if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
- ./configure
- - make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking"
+ - make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking
--enable-debug
"
addons:
apt: