mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-29 21:32:24 +01:00
For CI we need to have builds from master all the time
This commit is contained in:
parent
a8e4f4b3d6
commit
59bddb9ea2
@ -24,7 +24,7 @@ jobs:
|
||||
- run: cd src && mkdir build && cd build && cmake -DENABLE_CUSTOM_BOOST_BUILD=FALSE -DDO_NOT_USE_SYSTEM_LIBRARIES_FOR_BUILD=FALSE -DCMAKE_SYSTEM_INCLUDE_PATH=/usr/local/opt/openssl@3/include -DCMAKE_SYSTEM_LIBRARY_PATH=/usr/local/opt/openssl@3/lib ..
|
||||
- run: cd src && cd build && make
|
||||
- run: cp src/packaging/homebrew/fastnetmon.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/fastnetmon.rb
|
||||
- run: brew install --build-from-source --verbose --debug fastnetmon
|
||||
- run: brew install --build-from-source --verbose --debug --HEAD fastnetmon
|
||||
build_debian_upstream_package:
|
||||
machine:
|
||||
image: ubuntu-2004:current
|
||||
|
@ -1,9 +1,7 @@
|
||||
class Fastnetmon < Formula
|
||||
desc "DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support"
|
||||
homepage "https://github.com/pavel-odintsov/fastnetmon/"
|
||||
url "https://github.com/pavel-odintsov/fastnetmon/archive/1da7b6ee13586ed75ed496c193a176654c7dff13.tar.gz"
|
||||
version "1.2.2"
|
||||
sha256 "552faba1981896788281d40c7d0e6462743cfdc658431f0a99d90478407b11e3"
|
||||
head "https://github.com/pavel-odintsov/fastnetmon.git"
|
||||
license "GPL-2.0-only"
|
||||
revision 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user