mirror of
https://github.com/nmap/nmap.git
synced 2026-02-09 15:06:35 +00:00
15 lines
240 B
YAML
15 lines
240 B
YAML
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
# Change this to your needs
|
|
sudo: false
|
|
script: ./configure && make && make check
|
|
|
|
notifications:
|
|
irc:
|
|
channels:
|
|
- "chat.freenode.net#nmap"
|
|
on_success: change
|
|
on_failure: always
|