travis: build HTML docs
Several patches delivered incorrect restructured text as documentation. We should be able to discover this in Travis CI. Provide a build step for 'make htmldocs'. Add required package graphviz. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
f36f15b64b
commit
bb9a76ea67
@ -39,6 +39,7 @@ addons:
|
|||||||
- libisl15
|
- libisl15
|
||||||
- clang-7
|
- clang-7
|
||||||
- srecord
|
- srecord
|
||||||
|
- graphviz
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# Clone uboot-test-hooks
|
# Clone uboot-test-hooks
|
||||||
@ -353,6 +354,10 @@ matrix:
|
|||||||
- name: "cppcheck"
|
- name: "cppcheck"
|
||||||
script:
|
script:
|
||||||
- cppcheck --force --quiet --inline-suppr .
|
- cppcheck --force --quiet --inline-suppr .
|
||||||
|
# build HTML documentation
|
||||||
|
- name: "htmldocs"
|
||||||
|
script:
|
||||||
|
- make htmldocs
|
||||||
# search for TODO within source tree
|
# search for TODO within source tree
|
||||||
- name: "grep TODO"
|
- name: "grep TODO"
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user