mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 09:42:22 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
bb9a76ea67
commit
3eb7b78b42
@@ -122,6 +122,13 @@ grep TODO/FIXME/HACK:
|
|||||||
# search for HACK within source tree and ignore HACKKIT board
|
# search for HACK within source tree and ignore HACKKIT board
|
||||||
- grep -r HACK . | grep -v HACKKIT
|
- grep -r HACK . | grep -v HACKKIT
|
||||||
|
|
||||||
|
# build HTML documentation
|
||||||
|
htmldocs:
|
||||||
|
tags: [ 'all' ]
|
||||||
|
stage: testsuites
|
||||||
|
script:
|
||||||
|
- make htmldocs
|
||||||
|
|
||||||
# some statistics about the code base
|
# some statistics about the code base
|
||||||
sloccount:
|
sloccount:
|
||||||
tags: [ 'all' ]
|
tags: [ 'all' ]
|
||||||
|
Reference in New Issue
Block a user