Fixed automated testing
This commit is contained in:
parent
a4de450bfa
commit
a434192373
3 changed files with 11 additions and 3 deletions
|
@ -88,7 +88,10 @@ test:debug:
|
|||
- apk add make gcc
|
||||
- apk add lcov --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted
|
||||
script:
|
||||
- cd tests
|
||||
- make
|
||||
- make coverage
|
||||
- cd ..
|
||||
artifacts:
|
||||
paths:
|
||||
- coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue