mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-03 15:34:54 -05:00
gcov is not a package.
This commit is contained in:
parent
970f7af037
commit
a7cfc75592
1 changed files with 2 additions and 3 deletions
|
@ -36,7 +36,6 @@ addons:
|
|||
- xdotool
|
||||
- fluxbox
|
||||
- gdb
|
||||
- gcov
|
||||
- lcov
|
||||
|
||||
compiler:
|
||||
|
@ -69,8 +68,8 @@ script:
|
|||
# to re-enable if xdotool is allowed.
|
||||
- make test-x
|
||||
- make test-x1
|
||||
# - make coverage-cli
|
||||
- gcov source/rofi.c
|
||||
- make coverage-cli
|
||||
# - gcov source/rofi.c
|
||||
- make distcheck
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Add table
Reference in a new issue