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
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

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