1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

Added command to build FastNetMon on macOS CI target

This commit is contained in:
Pavel Odintsov 2022-06-11 19:21:31 +01:00
parent 0abb55e511
commit c9ec3881ec

@ -12,6 +12,7 @@ jobs:
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- run: brew install cmake boost log4cpp hiredis json-c mongo-c-driver grpc capnp openssl@3
- 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
build_debian_upstream_package:
machine:
image: ubuntu-2004:current