mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix flags for Travis CI build. --without-ssl was incorrect.
This commit is contained in:
parent
5ca3902b3a
commit
221ad15f43
1 changed files with 2 additions and 2 deletions
|
|
@ -7,9 +7,9 @@ sudo: false
|
|||
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="--without-openssl" LUA_FLAG="--without-liblua"
|
||||
- SSL_FLAG="" LUA_FLAG="--without-liblua"
|
||||
- SSL_FLAG="--without-ssl" LUA_FLAG=""
|
||||
- SSL_FLAG="--without-openssl" LUA_FLAG=""
|
||||
- SSL_FLAG="" LUA_FLAG=""
|
||||
|
||||
notifications:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue