diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-01-12 20:30:58 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-01-13 09:09:07 +0100 |
commit | e9cc7029e881f470369ae2fc2c80029ef9e03923 (patch) | |
tree | d264c2c4849c387f4e57c257dae2ed073b9716e5 /.gitlab-ci.yml | |
parent | 6c39d0ef1eece4d8aa966b77a1362a53abd254a8 (diff) | |
download | u-boot-e9cc7029e881f470369ae2fc2c80029ef9e03923.zip u-boot-e9cc7029e881f470369ae2fc2c80029ef9e03923.tar.gz u-boot-e9cc7029e881f470369ae2fc2c80029ef9e03923.tar.bz2 |
doc: build infodocs target on Gitlab CI, Azure
Add infodocs target to CI testing.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d981a3..398fa2b 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: |