Skip to content

Commit f37f5ab

Browse files
committed
ci: add a build with mimetype for S-V
1 parent c73b656 commit f37f5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@ jobs:
11631163
- run: tar xf prep/suricata-update.tar.gz
11641164
- run: tar xf prep/suricata-verify.tar.gz
11651165
- run: ./autogen.sh
1166-
- run: ./configure --enable-unittests --enable-coccinelle
1166+
- run: ./configure --enable-unittests --enable-coccinelle --enable-mimetype --enable-bundled-gpl-mimetype
11671167
- run: make -j ${{ env.CPUS }}
11681168
- run: CONCURRENCY_LEVEL=${{ env.CPUS }} make check
11691169
- run: python3 ./suricata-verify/run.py -q --debug-failed

0 commit comments

Comments
 (0)