From e9cc7029e881f470369ae2fc2c80029ef9e03923 Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Thu, 12 Jan 2023 20:30:58 +0100 Subject: doc: build infodocs target on Gitlab CI, Azure Add infodocs target to CI testing. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass Reviewed-by: Tom Rini --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d981a388a..398fa2b45e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -149,14 +149,15 @@ grep TODO/FIXME/HACK: # search for HACK within source tree and ignore HACKKIT board - grep -r HACK . | grep -v HACKKIT -# build HTML documentation -htmldocs: +# build documentation +docs: stage: testsuites script: - virtualenv -p /usr/bin/python3 /tmp/venvhtml - . /tmp/venvhtml/bin/activate - pip install -r doc/sphinx/requirements.txt - make htmldocs + - make infodocs # some statistics about the code base sloccount: -- cgit v1.2.3