mirror of
https://github.com/optim-enterprises-bv/nDPId.git
synced 2025-10-28 17:02:24 +00:00
Circle CI integration
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
19
.circleci/config.yml
Normal file
19
.circleci/config.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
version: 2.1
|
||||
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: ubuntu:latest
|
||||
steps:
|
||||
- checkout
|
||||
- run: export DEBIAN_FRONTEND=noninteractive
|
||||
- run: apt-get update -qq
|
||||
- run: |
|
||||
env DEBIAN_FRONTEND=noninteractive \
|
||||
apt-get install -y -qq \
|
||||
coreutils wget git unzip make cmake binutils gcc g++ autoconf automake flex bison texinfo \
|
||||
libtool pkg-config gettext libjson-c-dev flex bison libpcap-dev zlib1g-dev
|
||||
- run: |
|
||||
cmake -S . -B build -DENABLE_SYSTEMD=ON -DBUILD_EXAMPLES=ON -DBUILD_NDPI=ON
|
||||
- run: |
|
||||
cmake --build build --verbose
|
||||
@@ -1,5 +1,6 @@
|
||||
[](https://github.com/utoni/nDPId/actions/workflows/build.yml)
|
||||
[](https://gitlab.com/utoni/nDPId/-/pipelines)
|
||||
[](https://app.circleci.com/pipelines/github/utoni/nDPId)
|
||||
|
||||
# References
|
||||
|
||||
|
||||
Reference in New Issue
Block a user