mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
Add doxygen to travis build.
This commit is contained in:
parent
a38ac9caf3
commit
27b06c3784
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,7 @@ addons:
|
|||
- fluxbox
|
||||
- gdb
|
||||
- lcov
|
||||
- doxygen
|
||||
|
||||
compiler:
|
||||
- gcc
|
||||
|
@ -71,6 +72,9 @@ script:
|
|||
- make coverage-cli
|
||||
# - gcov source/rofi.c
|
||||
- make distcheck
|
||||
- git clone https://github.com/alobbs/doxy-coverage
|
||||
- make doxy
|
||||
- ./doxy-coverage/doxy-coverage.py html/xml/
|
||||
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue