Adds hyperscan to the build matrix

This commit is contained in:
Felipe Zimmerle
2021-02-26 11:23:29 -03:00
parent 912704b6d4
commit a496865e96

View File

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