From: Aki Tuomi Date: Tue, 23 Jan 2018 11:54:25 +0000 (+0200) Subject: travis: Run tests for lua2 X-Git-Tag: dnsdist-1.3.0~59^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6157%2Fhead;p=thirdparty%2Fpdns.git travis: Run tests for lua2 --- diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 9b0ef4bd76..a556f7cc1c 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -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 ###