mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Make travis output more verbose.
This commit is contained in:
parent
d6756b6dad
commit
89ac2ea267
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ script:
|
|||
# - gcov source/rofi.c
|
||||
- make distcheck
|
||||
- git clone https://github.com/alobbs/doxy-coverage
|
||||
- test $(make doxy 2>&1 | grep -c warning) -eq 0
|
||||
- make doxy 2>&1 | tee doxygen.log
|
||||
- test $(grep -c warning doxygen.log) -eq 0
|
||||
- ./doxy-coverage/doxy-coverage.py doc/html/xml/
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue