mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-09 02:22:54 +00:00
12 lines
108 B
YAML
12 lines
108 B
YAML
language: c
|
|
sudo: false
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
script: make && ./unit
|