mirror of
https://github.com/vale981/libblobpack
synced 2025-03-04 17:31:42 -05:00
add lcov to travis file
This commit is contained in:
parent
d2ecd32465
commit
48bc9c4e23
2 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,7 @@ install:
|
|||
script: autoreconf -if && ./configure --enable-code-coverage && make && make check
|
||||
after_success:
|
||||
- coveralls
|
||||
env:
|
||||
apt:
|
||||
packages:
|
||||
- lcov
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -2159,6 +2159,8 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
am__api_version='1.14'
|
||||
|
||||
# Find a good install program. We prefer a C program (faster),
|
||||
|
|
Loading…
Add table
Reference in a new issue