From 782ea3cd1688a14b4ad065bf47b1f9d8d0ea3fa4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 21 Jun 2023 15:36:10 +0100 Subject: [PATCH] CI: print the name of the documentation when building Make it clear what documentation tree is being built. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f700ee0f..b2246743 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -282,6 +282,7 @@ documentation: - | sudo pip3 install -r meta-arm-bsp/documentation/requirements.txt for CONF in meta-*/documentation/*/conf.py ; do + echo Building $CONF... SOURCE_DIR=$(dirname $CONF) MACHINE=$(basename $SOURCE_DIR) sphinx-build -vW $SOURCE_DIR build-docs/$MACHINE