projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89853a9
)
Sort output of pkg-config
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 17:37:59 +0000
(19:37 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 17:37:59 +0000
(19:37 +0200)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
231f704
..
3504329
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-33,7
+33,7
@@
before_script: autoreconf -vif
script:
- if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
- type pkg-config
- - pkg-config --list-all
+ - pkg-config --list-all
| sort -u
- ./configure
- make distcheck DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking --enable-debug"