You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gitlab-ci.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,7 @@ build doxygen:
167
167
- .container_image_no_nightly_run_template
168
168
stage: "🚧 Build Stage 2"
169
169
script:
170
+
- sudo dnf install -y doxygen
170
171
- chmod 777 scripts/*.sh
171
172
- scripts/doxygen.sh
172
173
- cd $BUILD_WORKSPACE/doxygen/
@@ -224,6 +225,7 @@ build doxygen test:
224
225
- .container_image_no_nightly_run_template
225
226
stage: "🧪 Test"
226
227
script:
228
+
- sudo dnf install -y doxygen
227
229
- chmod 777 scripts/*.sh
228
230
- scripts/doxygen.sh || true
229
231
# 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