mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
7e474a0514
commit
8f240d67fc
2 changed files with 22 additions and 0 deletions
21
.travis.yml
Normal file
21
.travis.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
language: go
|
||||
sudo: false
|
||||
go:
|
||||
- 1.9.x
|
||||
|
||||
git:
|
||||
depth: 3
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y libpcap-dev libnetfilter-queue-dev python-pyqt5
|
||||
- make deps
|
||||
- make protocol
|
||||
|
||||
install:
|
||||
- make daemon/daemon
|
||||
|
||||
go_import_path: github.com/evilsocket/opensnitch/daemon
|
||||
|
||||
script:
|
||||
- sudo ./daemon/daemon -h
|
|
@ -3,6 +3,7 @@
|
|||
<p align="center">
|
||||
<a href="https://github.com/evilsocket/opensnitch/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/evilsocket/opensnitch.svg?style=flat-square"></a>
|
||||
<a href="https://github.com/evilsocket/opensnitch/blob/master/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-GPL3-brightgreen.svg?style=flat-square"></a>
|
||||
<a href="https://travis-ci.org/evilsocket/opensnitch"><img alt="Travis" src="https://img.shields.io/travis/evilsocket/opensnitch/master.svg?style=flat-square"></a>
|
||||
<a href="https://goreportcard.com/report/github.com/evilsocket/opensnitch/daemon"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/evilsocket/opensnitch/daemon?style=flat-square"></a>
|
||||
</p>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue