From: Ruben Kerkhof Date: Wed, 8 Oct 2014 13:02:56 +0000 (+0200) Subject: travis: build the lua backend X-Git-Tag: rec-3.7.0-rc1~189^2~31^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c89c0b86d36e19f1458156d570d7520fc40dd6fc;p=thirdparty%2Fpdns.git travis: build the lua backend --- diff --git a/.travis.yml b/.travis.yml index c593751430..13d70fb9f5 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' --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 lua' --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