mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-17 04:07:18 +00:00
CI: print the name of the documentation when building
Make it clear what documentation tree is being built. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -282,6 +282,7 @@ documentation:
|
|||||||
- |
|
- |
|
||||||
sudo pip3 install -r meta-arm-bsp/documentation/requirements.txt
|
sudo pip3 install -r meta-arm-bsp/documentation/requirements.txt
|
||||||
for CONF in meta-*/documentation/*/conf.py ; do
|
for CONF in meta-*/documentation/*/conf.py ; do
|
||||||
|
echo Building $CONF...
|
||||||
SOURCE_DIR=$(dirname $CONF)
|
SOURCE_DIR=$(dirname $CONF)
|
||||||
MACHINE=$(basename $SOURCE_DIR)
|
MACHINE=$(basename $SOURCE_DIR)
|
||||||
sphinx-build -vW $SOURCE_DIR build-docs/$MACHINE
|
sphinx-build -vW $SOURCE_DIR build-docs/$MACHINE
|
||||||
|
|||||||
Reference in New Issue
Block a user