File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : macOS Build
2+
3+ on :
4+ push :
5+ pull_request :
6+ workflow_dispatch :
7+
8+ jobs :
9+ build :
10+ runs-on : macos-latest
11+
12+ steps :
13+ - name : Checkout
14+ uses : actions/checkout@v4
15+
16+ - name : Install dependencies
17+ run : |
18+ brew install openssl pkg-config
19+
20+ - name : Build
21+ run : |
22+ export PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig"
23+ make
24+
25+ - name : Verify examples
26+ run : |
27+ test -f build/libhlqueryclient.a
28+ test -x ./basic_usage
29+ test -x ./flush
30+ test -x ./hits_api_usage
Original file line number Diff line number Diff line change 1+ <div align =" center " >
2+ <img src =" https://docs.hlquery.com/img/hlquery/2.png " alt =" hlquery logo " width =" 200 " >
3+ </div >
4+
15<div align =" center " >
26
37** A high-performance search engine built for modern applications**
You can’t perform that action at this time.
0 commit comments