]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
travis: Run tests for lua2 6157/head
authorAki Tuomi <cmouse@cmouse.fi>
Tue, 23 Jan 2018 11:54:25 +0000 (13:54 +0200)
committerAki Tuomi <cmouse@cmouse.fi>
Tue, 6 Mar 2018 07:56:41 +0000 (09:56 +0200)
build-scripts/travis.sh

index 9b0ef4bd761ea00b1b9a3892510819643190ebe5..a556f7cc1cb7ff02067d0bbedaa8af3ae8a42857 100755 (executable)
@@ -370,7 +370,7 @@ build_auth() {
   run "./bootstrap"
   # Build without --enable-botan, no botan 2.x in Travis CI
   run "CFLAGS='-O1' CXXFLAGS='-O1' ./configure \
-    --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc' \
+    --with-dynmodules='bind gmysql geoip gpgsql gsqlite3 ldap lua mydns opendbx pipe random remote tinydns godbc lua2' \
     --with-modules='' \
     --with-sqlite3 \
     --enable-libsodium \
@@ -532,6 +532,9 @@ test_auth() {
   run "./timestamp ./start-test-stop 5300 gsqlite3-nsec3-optout-both"
   run "./timestamp ./start-test-stop 5300 gsqlite3-nsec3-narrow"
 
+  run "./timestamp ./start-test-stop 5300 lua2"
+  run "./timestamp ./start-test-stop 5300 lua2-dnssec"
+
   run "cd .."
 
   ### api ###