From: Ruben Kerkhof Date: Tue, 30 Sep 2014 20:38:14 +0000 (+0200) Subject: travis: build the old geobackend as well X-Git-Tag: rec-3.7.0-rc1~233^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=896eb705c813ab3089482ccffd1a3f4496afc4fc;p=pdns travis: build the old geobackend as well --- diff --git a/.travis.yml b/.travis.yml index dfd83156e..c59375143 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 geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb' --with-modules='' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 + - ./configure --with-dynmodules='bind geo geoip gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb' --with-modules='' --enable-unit-tests --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 - make -k dist - make -k -j 4 - make -k install DESTDIR=/tmp/pdns-install-dir