]> granicus.if.org Git - pdns/commitdiff
Disable dependency tracking in Travis
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 16 Oct 2014 16:31:19 +0000 (18:31 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Thu, 16 Oct 2014 16:31:19 +0000 (18:31 +0200)
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.

.travis.yml

index e2d0736b79ec8bc4042804e8e301eebb3750eae7..33e28c007b49f5dffde49bb6413b586257050d12 100644 (file)
@@ -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