From patchwork Fri Feb 21 17:24:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 236712 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Fri, 21 Feb 2020 18:24:02 +0100 Subject: [PATCH v2 4/5] azure: build HTML documentation In-Reply-To: <20200221172403.5358-1-xypron.glpk@gmx.de> References: <20200221172403.5358-1-xypron.glpk@gmx.de> Message-ID: <20200221172403.5358-5-xypron.glpk@gmx.de> Several patches delivered incorrect restructured text as documentation. We should be able to discover this in Azure CI. Provide a build step for 'make htmldocs'. Signed-off-by: Heinrich Schuchardt Reviewed-by: Bin Meng --- v2: no change --- .azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) -- 2.25.0 diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index c22095830c..129035a1a5 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -54,6 +54,16 @@ jobs: steps: - script: cppcheck --force --quiet --inline-suppr . + - job: htmldocs + displayName: 'Build HTML documentation' + pool: + vmImage: $(ubuntu_vm) + container: + image: $(ci_runner_image) + options: $(container_option) + steps: + - script: make htmldocs + - job: todo displayName: 'Search for TODO within source tree' pool: