mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add a make-install step to Travis CI. Closes #205
This commit is contained in:
parent
867d927ca6
commit
c527e097a3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ compiler:
|
|||
- clang
|
||||
# Change this to your needs
|
||||
sudo: false
|
||||
script: ./configure && make && make check
|
||||
script: mkdir /tmp/n && ./configure --prefix=/tmp/n && make && make check && make install
|
||||
|
||||
notifications:
|
||||
irc:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue