Skip to content

Commit 392d10d

Browse files
committed
ci: test build example plugin
1 parent 95b8c55 commit 392d10d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/builds.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,6 @@ jobs:
254254
texlive-upquote \
255255
texlive-capt-of \
256256
texlive-needspace
257-
#- name: Setup cppclean
258-
# run: |
259-
# git clone --depth 1 --branch suricata https://github.com/catenacyber/cppclean
260-
# cd cppclean
261-
# python3 setup.py install
262257
- name: Configuring
263258
run: |
264259
./autogen.sh
@@ -284,6 +279,11 @@ jobs:
284279
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
285280
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
286281
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
282+
- name: Build example plugin
283+
working-directory: examples/plugins/c-flow-logger
284+
run: make
285+
- name: Check example plugin
286+
run: test -e examples/plugins/c-flow-logger/.libs/flowlogger.so.0.0.0
287287

288288
almalinux-9-templates:
289289
name: AlmaLinux 9 Test Templates

0 commit comments

Comments
 (0)