From fbda13cf9a4a70c0ada72ac61123542a38a6e018 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 19 Sep 2023 12:24:17 -0600 Subject: [PATCH] ci: test build example plugin --- .github/workflows/builds.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index eb71ea23bd21..ede177b34daa 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -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 @@ -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