ci: Drop the html reports

These are not of as much use as we'd like.
This commit is contained in:
Matthias Clasen
2024-11-05 14:42:14 -05:00
parent 698496b375
commit 82b46a7569
3 changed files with 0 additions and 397 deletions

View File

@@ -35,15 +35,3 @@ xvfb-run -a -s "-screen 0 1024x768x24" \
--print-errorlogs \
--suite=gtk \
--no-suite=gtk:a11y
# Save the exit code
exit_code=$?
$srcdir/.gitlab-ci/meson-html-report.py \
--project-name=GTK \
--job-id="${CI_JOB_NAME}" \
--reftest-output-dir="testsuite/reftests/output" \
--output=report.html \
meson-logs/testlog.json
exit $exit_code