]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Sort output of pkg-config
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 17:37:59 +0000 (19:37 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 Oct 2019 17:37:59 +0000 (19:37 +0200)
.travis.yml

index 231f7045b2fa53d036d9405c065f5e3bb5cd74d2..35043291826adfdbdfc7c7c2320e96793ea79ca8 100644 (file)
@@ -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"