mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-07 09:32:54 +00:00
8 lines
76 B
YAML
8 lines
76 B
YAML
language: c
|
|
sudo: false
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
script: make && ./unit
|