New upstream version 3.1.1
This commit is contained in:
parent
4e9934e5ec
commit
e7b41df57b
229 changed files with 57000 additions and 12055 deletions
26
.travis.yml
Normal file
26
.travis.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
language: c++
|
||||
dist: xenial
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
|
||||
install:
|
||||
- sudo apt-get update || true
|
||||
- sudo apt-get install build-essential
|
||||
|
||||
before_script:
|
||||
- git clone https://github.com/ntop/n2n.git; cd n2n; ./autogen.sh; make; cd ..
|
||||
- ./autogen.sh
|
||||
|
||||
script:
|
||||
- ./configure
|
||||
- make
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- deri@ntop.org
|
||||
on_success: never
|
||||
on_failure: always
|
Loading…
Add table
Add a link
Reference in a new issue