Skip to content

Commit

Permalink
ci: test build example plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Sep 19, 2023
1 parent 16492f2 commit 5e0cb13
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,6 @@ jobs:
texlive-upquote \
texlive-capt-of \
texlive-needspace
#- name: Setup cppclean
# run: |
# git clone --depth 1 --branch suricata https://github.com/catenacyber/cppclean
# cd cppclean
# python3 setup.py install
- name: Configuring
run: |
./autogen.sh
Expand All @@ -284,6 +279,11 @@ jobs:
test -e /usr/local/lib/suricata/python/suricata/update/configs/modify.conf
test -e /usr/local/lib/suricata/python/suricata/update/configs/threshold.in
test -e /usr/local/lib/suricata/python/suricata/update/configs/update.yaml
- name: Build example plugin
working-directory: examples/plugins/c-flow-logger
run: make
- name: Check example plugin
run: test -e examples/plugins/c-flow-logger/.libs/flowlogger.so.0.0.0

almalinux-9-templates:
name: AlmaLinux 9 Test Templates
Expand Down

0 comments on commit 5e0cb13

Please sign in to comment.