From: Heinrich Schuchardt Date: Fri, 21 Feb 2020 17:24:00 +0000 (+0100) Subject: travis: build HTML docs X-Git-Tag: v2020.04-rc3~3^2~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bb9a76ea67fe9b85961b50d9f95b772d6859edaa;p=oweals%2Fu-boot.git 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 Reviewed-by: Bin Meng --- diff --git a/.travis.yml b/.travis.yml index 11f9757d88..7ab855acb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ addons: - libisl15 - clang-7 - srecord + - graphviz install: # Clone uboot-test-hooks @@ -353,6 +354,10 @@ matrix: - name: "cppcheck" script: - cppcheck --force --quiet --inline-suppr . + # build HTML documentation + - name: "htmldocs" + script: + - make htmldocs # search for TODO within source tree - name: "grep TODO" script: