mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Add a make-install step to Travis CI. Closes #205
This commit is contained in:
@@ -4,7 +4,7 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
# Change this to your needs
|
# Change this to your needs
|
||||||
sudo: false
|
sudo: false
|
||||||
script: ./configure && make && make check
|
script: mkdir /tmp/n && ./configure --prefix=/tmp/n && make && make check && make install
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|||||||
Reference in New Issue
Block a user