Luca Deri 2022-06-13 16:03:33 +02:00 committed by GitHub
parent a88236aee3
commit 24c9ab9579
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,26 +0,0 @@
---
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