From: Vincent Bernat Date: Thu, 15 May 2014 23:07:30 +0000 (+0200) Subject: travis: run "make distcheck" with the appropriate configure arguments X-Git-Tag: 0.7.9~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd82040caf7ddd666ab3c1e86dde45cad46a843e;p=thirdparty%2Flldpd.git travis: run "make distcheck" with the appropriate configure arguments Otherwise, we just use the default ones... --- diff --git a/.travis/run.sh b/.travis/run.sh index 2dd41f3a..ef6124dc 100755 --- a/.travis/run.sh +++ b/.travis/run.sh @@ -4,5 +4,5 @@ set -e ./autogen.sh ./configure $LLDPD_CONFIG_ARGS -make distcheck +make distcheck DISTCHECK_CONFIGURE_FLAGS="$LLDPD_CONFIG_ARGS" sudo make install