1
0
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:
dmiller
2015-09-02 15:01:03 +00:00
parent 867d927ca6
commit c527e097a3

View File

@@ -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: