Commit 3eb7b78b42373a260eb6d9996840da36a256f46e

Authored by Heinrich Schuchardt
Committed by Tom Rini
1 parent bb9a76ea67

gitlab: build HTML documentation

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>

Showing 1 changed file with 7 additions and 0 deletions Side-by-side Diff

... ... @@ -122,6 +122,13 @@
122 122 # search for HACK within source tree and ignore HACKKIT board
123 123 - grep -r HACK . | grep -v HACKKIT
124 124  
  125 +# build HTML documentation
  126 +htmldocs:
  127 + tags: [ 'all' ]
  128 + stage: testsuites
  129 + script:
  130 + - make htmldocs
  131 +
125 132 # some statistics about the code base
126 133 sloccount:
127 134 tags: [ 'all' ]