Adds hyperscan to the build matrix

This commit is contained in:
Felipe Zimmerle 2021-02-26 11:23:29 -03:00
parent e275830509
commit bed6e00324

View File

@ -20,6 +20,7 @@ jobs:
- {label: "wo lmdb", opt: "--without-lmdb" } - {label: "wo lmdb", opt: "--without-lmdb" }
- {label: "wo ssdeep", opt: "--without-ssdeep" } - {label: "wo ssdeep", opt: "--without-ssdeep" }
- {label: "wo lua", opt: "--without-lua" } - {label: "wo lua", opt: "--without-lua" }
- {label: "wo hs", opt: "--without-hyperscan" }
- {label: "without maxmind", opt: "--without-maxmind" } - {label: "without maxmind", opt: "--without-maxmind" }
steps: steps:
- name: Setup Dependencies - name: Setup Dependencies