diff mbox series

[1/1] azure: build HTML documentation

Message ID 20200221053304.5562-1-xypron.glpk@gmx.de
State Superseded, archived
Delegated to: Tom Rini
Headers show
Series [1/1] azure: build HTML documentation | expand

Commit Message

Heinrich Schuchardt Feb. 21, 2020, 5:33 a.m. UTC
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 <xypron.glpk@gmx.de>
---
Hello Tom,

I have no Azure account to check if this actually works.

The patch depends on:

[PATCH 1/1] Dockerfile: add imagemagick
https://lists.denx.de/pipermail/u-boot/2020-February/400983.html

Best regards

Heinrich
---
 .azure-pipelines.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

--
2.25.0

Comments

Bin Meng Feb. 21, 2020, 1:57 p.m. UTC | #1
On Fri, Feb 21, 2020 at 1:33 PM Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> 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 <xypron.glpk@gmx.de>
> ---
> Hello Tom,
>
> I have no Azure account to check if this actually works.
>
> The patch depends on:
>
> [PATCH 1/1] Dockerfile: add imagemagick
> https://lists.denx.de/pipermail/u-boot/2020-February/400983.html
>
> Best regards
>
> Heinrich
> ---
>  .azure-pipelines.yml | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

I think you can group all CI changes in one series.

Regards,
Bin
diff mbox series

Patch

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: