Message ID | 20200221172403.5358-5-xypron.glpk@gmx.de |
---|---|
State | Accepted |
Commit | 4eb0fc996c6f188221c278560052d4f58f1f6968 |
Headers | show |
Series | make htmldocs in CI | expand |
On Fri, Feb 21, 2020 at 06:24:02PM +0100, Heinrich Schuchardt 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 at gmx.de> > Reviewed-by: Bin Meng <bmeng.cn at gmail.com> Applied to u-boot/master, thanks!
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: