ci: Pick up reports for all test setups

We added a wayland_gl test setup recently, and all the setups
have to be listed manually in .gitlab-ci.yml.
This commit is contained in:
Matthias Clasen
2023-11-25 09:20:16 -05:00
parent 1bf88f1d81
commit 7c620ac2b7

View File

@@ -66,6 +66,7 @@ style-check-diff:
junit:
- "${CI_PROJECT_DIR}/_build/report-x11.xml"
- "${CI_PROJECT_DIR}/_build/report-wayland.xml"
- "${CI_PROJECT_DIR}/_build/report-wayland_gl.xml"
- "${CI_PROJECT_DIR}/_build/report-wayland_gles2.xml"
- "${CI_PROJECT_DIR}/_build/report-broadway.xml"
name: "gtk-${CI_COMMIT_REF_NAME}"