Skip to content

Commit a4821da

Browse files
committed
.gitlab-ci.yml: Added doxygen dependency to the doxygen stages
1 parent 21a536e commit a4821da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ build doxygen:
167167
- .container_image_no_nightly_run_template
168168
stage: "🚧 Build Stage 2"
169169
script:
170+
- sudo dnf install -y doxygen
170171
- chmod 777 scripts/*.sh
171172
- scripts/doxygen.sh
172173
- cd $BUILD_WORKSPACE/doxygen/
@@ -224,6 +225,7 @@ build doxygen test:
224225
- .container_image_no_nightly_run_template
225226
stage: "🧪 Test"
226227
script:
228+
- sudo dnf install -y doxygen
227229
- chmod 777 scripts/*.sh
228230
- scripts/doxygen.sh || true
229231
# Fix the file path references so they are relative to the blob and not the buildspace. We use ; as the substitute so don't have to escape every forwardslash

0 commit comments

Comments
 (0)