]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
travis: build the lua backend 1795/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 8 Oct 2014 13:02:56 +0000 (15:02 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 8 Oct 2014 13:02:56 +0000 (15:02 +0200)
.travis.yml

index c593751430065e3b671a631d06093667285a1a4b..13d70fb9f5adc53178aa15e06bef226377ff71dc 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' --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