All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure
@ 2023-01-12 19:30 Heinrich Schuchardt
  2023-01-12 23:43 ` Simon Glass
  2023-01-13  0:15 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2023-01-12 19:30 UTC (permalink / raw)
  To: Tom Rini; +Cc: Maxim Cournoyer, u-boot, Heinrich Schuchardt

Add infodocs target to CI testing.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 .azure-pipelines.yml | 5 +++--
 .gitlab-ci.yml       | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 5fe3b8751d..49fc34fbf2 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -76,8 +76,8 @@ stages:
     steps:
       - script: cppcheck -j$(nproc) --force --quiet --inline-suppr .
 
-  - job: htmldocs
-    displayName: 'Build HTML documentation'
+  - job: docs
+    displayName: 'Build documentation'
     pool:
       vmImage: $(ubuntu_vm)
     container:
@@ -89,6 +89,7 @@ stages:
           . /tmp/venvhtml/bin/activate
           pip install -r doc/sphinx/requirements.txt
           make htmldocs
+          make infodocs
 
   - job: todo
     displayName: 'Search for TODO within source tree'
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d981a388a..398fa2b45e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -149,14 +149,15 @@ grep TODO/FIXME/HACK:
     # search for HACK within source tree and ignore HACKKIT board
     - grep -r HACK . | grep -v HACKKIT
 
-# build HTML documentation
-htmldocs:
+# build documentation
+docs:
   stage: testsuites
   script:
     - virtualenv -p /usr/bin/python3 /tmp/venvhtml
     - . /tmp/venvhtml/bin/activate
     - pip install -r doc/sphinx/requirements.txt
     - make htmldocs
+    - make infodocs
 
 # some statistics about the code base
 sloccount:
-- 
2.37.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure
  2023-01-12 19:30 [PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure Heinrich Schuchardt
@ 2023-01-12 23:43 ` Simon Glass
  2023-01-13  0:15 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2023-01-12 23:43 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Tom Rini, Maxim Cournoyer, u-boot

On Thu, 12 Jan 2023 at 12:31, Heinrich Schuchardt
<heinrich.schuchardt@canonical.com> wrote:
>
> Add infodocs target to CI testing.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
>  .azure-pipelines.yml | 5 +++--
>  .gitlab-ci.yml       | 5 +++--
>  2 files changed, 6 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure
  2023-01-12 19:30 [PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure Heinrich Schuchardt
  2023-01-12 23:43 ` Simon Glass
@ 2023-01-13  0:15 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2023-01-13  0:15 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: Maxim Cournoyer, u-boot

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

On Thu, Jan 12, 2023 at 08:30:58PM +0100, Heinrich Schuchardt wrote:

> Add infodocs target to CI testing.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-13  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12 19:30 [PATCH 1/1] doc: build infodocs target on Gitlab CI, Azure Heinrich Schuchardt
2023-01-12 23:43 ` Simon Glass
2023-01-13  0:15 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.