mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix flags for Travis CI build. --without-ssl was incorrect.
This commit is contained in:
@@ -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
|
script: mkdir /tmp/n && ./configure $SSL_FLAG $LUA_FLAG --prefix=/tmp/n && make && make check && make install && /tmp/n/bin/nmap -A localhost
|
||||||
|
|
||||||
env:
|
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="" LUA_FLAG="--without-liblua"
|
||||||
- SSL_FLAG="--without-ssl" LUA_FLAG=""
|
- SSL_FLAG="--without-openssl" LUA_FLAG=""
|
||||||
- SSL_FLAG="" LUA_FLAG=""
|
- SSL_FLAG="" LUA_FLAG=""
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
|||||||
Reference in New Issue
Block a user