mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31:42 -05:00
6 lines
166 B
YAML
6 lines
166 B
YAML
language: c
|
|
install:
|
|
- pip install --user cpp-coveralls
|
|
script: autoreconf && ./configure --enable-code-coverage && make && make check
|
|
after_success:
|
|
- coveralls
|