mirror of
https://github.com/utoni/nDPId.git
synced 2026-04-28 06:59:35 +00:00
Circle CI integration
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
7bd8081cd2
commit
d915530feb
2 changed files with 20 additions and 0 deletions
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue