mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Generate textual coverage reports, mk. 2
This commit is contained in:
@@ -37,7 +37,9 @@ matrix:
|
||||
- libjpeg-dev
|
||||
- libpng-dev
|
||||
- cimg-dev
|
||||
install: true # we don't need patchelf for building and running the tests
|
||||
install:
|
||||
# we don't need patchelf for building and running the tests
|
||||
- pip install gcovr
|
||||
script: travis/test-coverage.sh
|
||||
after_success: true # also, we don't intend to upload release binaries
|
||||
- env:
|
||||
@@ -54,7 +56,9 @@ matrix:
|
||||
- g++-multilib
|
||||
- libfuse2:i386
|
||||
- libcairo2:i386
|
||||
install: true # we don't need patchelf for building and running the tests
|
||||
install: true
|
||||
don't need patchelf for building and running the tests
|
||||
- pip install gcovr
|
||||
script: travis/test-coverage.sh
|
||||
after_success: true # also, we don't intend to upload release binaries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user