From: Ruben Kerkhof Date: Thu, 16 Oct 2014 16:31:19 +0000 (+0200) Subject: Disable dependency tracking in Travis X-Git-Tag: rec-3.7.0-rc1~203^2~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1830%2Fhead;p=thirdparty%2Fpdns.git Disable dependency tracking in Travis Since we don't reuse the results we have no use for it. Speeds up the build a and makes the build output more readable. --- diff --git a/.travis.yml b/.travis.yml index e2d0736b79..33e28c007b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_script: - p11-kit -l # ensure it's ok script: - ./bootstrap - - ./configure --with-dynmodules='bind geo geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' --with-modules='' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 --disable-silent-rules + - ./configure --with-dynmodules='bind geo geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb lua' --with-modules='' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 --disable-silent-rules --disable-dependency-tracking - make -k dist - make -k -j 4 - make -k install DESTDIR=/tmp/pdns-install-dir