gitlab: build HTML documentation
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 21 Feb 2020 17:24:01 +0000 (18:24 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 25 Feb 2020 14:06:40 +0000 (09:06 -0500)
Several patches delivered incorrect restructured text as documentation. We
should be able to discover this in Gitlab CI.

Provide a build step for 'make htmldocs'.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
.gitlab-ci.yml

index a525ea2ce020c30366d4e06807d426a920d1b4bc..55943bb3a245f09738cb0bb149895aa078d623fa 100644 (file)
@@ -122,6 +122,13 @@ grep TODO/FIXME/HACK:
     # search for HACK within source tree and ignore HACKKIT board
     - grep -r HACK . | grep -v HACKKIT
 
+# build HTML documentation
+htmldocs:
+  tags: [ 'all' ]
+  stage: testsuites
+  script:
+    - make htmldocs
+
 # some statistics about the code base
 sloccount:
   tags: [ 'all' ]