Module: Mesa
Branch: main
Commit: c346413d9c3a9b9ee9da8d1d336a12a5bd529582
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c346413d9c3a9b9ee9da8d1d336a12a5bd529582

Author: Emma Anholt <[email protected]>
Date:   Mon Apr  3 14:15:04 2023 -0700

ci: Add missing dependency on doxygen sources for docs-generation jobs.

!22191 broke docs generation and marge didn't notice because of missing
 deps.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22271>

---

 docs/doxygen-wrapper.py | 1 +
 docs/gitlab-ci.yml      | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/docs/doxygen-wrapper.py b/docs/doxygen-wrapper.py
index b415f2290ab..e3eb794f9b5 100755
--- a/docs/doxygen-wrapper.py
+++ b/docs/doxygen-wrapper.py
@@ -28,6 +28,7 @@ import os
 import subprocess
 import tempfile
 
+# You must update the paths in docs/gitlab-ci.yml's pages job when changing 
this.
 INPUT_PATHS = [
     'src/compiler/nir/nir.h',
     'src/intel/isl',
diff --git a/docs/gitlab-ci.yml b/docs/gitlab-ci.yml
index f2b8426e4f8..ba4527a47b6 100644
--- a/docs/gitlab-ci.yml
+++ b/docs/gitlab-ci.yml
@@ -24,6 +24,10 @@ pages:
       changes: &docs-or-ci
       - docs/**/*
       - .gitlab-ci.yml
+      # Paths from doxygen-wrapper.py
+      - src/compiler/nir/nir.h
+      - src/intel/isl/**/*
+      - src/vulkan/runtime/**/*
       when: always
     # Other cases default to never
 

Reply via email to