mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 13:11:28 +00:00
Travis CI: Introduce two ./configure options with env flags. Closes #228.
This commit is contained in:
@@ -4,7 +4,13 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
# Change this to your needs
|
# Change this to your needs
|
||||||
sudo: false
|
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:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|||||||
Reference in New Issue
Block a user