From ef3c23ac5f2ee65845b816ac7d6abba32a89d2d9 Mon Sep 17 00:00:00 2001 From: d33tah Date: Mon, 26 Oct 2015 16:36:00 +0000 Subject: [PATCH] Travis CI: Introduce two ./configure options with env flags. Closes #228. --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fdcdb7270..ca035e4ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,13 @@ compiler: - clang # Change this to your needs sudo: false -script: mkdir /tmp/n && ./configure --prefix=/tmp/n && make && make check && make install +script: mkdir /tmp/n && ./configure $SSL_FLAG $LUA_FLAG --prefix=/tmp/n && make && make check && make install && /tmp/n/bin/nmap -A localhost + +env: + - SSL_FLAG="--without-ssl" LUA_FLAG="--without-liblua" + - SSL_FLAG="" LUA_FLAG="--without-liblua" + - SSL_FLAG="--without-ssl" LUA_FLAG="" + - SSL_FLAG="" LUA_FLAG="" notifications: irc: