summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-03-19 10:21:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-03-19 10:21:19 -0400
commit942c8eec73ddd1edc86c82bcd154fa885f1b2f1e (patch)
tree77f755a8c781c8a415890389e90aa959aec77cac /.gitlab-ci.yml
parente7bb7785faf6f6564e3dc417612fda7002c6d503 (diff)
downloadgtk+-942c8eec73ddd1edc86c82bcd154fa885f1b2f1e.tar.gz
ci: Make reports for all setups
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 751beeec02..f70a56014f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -60,6 +60,10 @@ style-check-diff:
- "${CI_PROJECT_DIR}/_build/report-x11_unstable.xml"
- "${CI_PROJECT_DIR}/_build/report-wayland.xml"
- "${CI_PROJECT_DIR}/_build/report-wayland_unstable.xml"
+ - "${CI_PROJECT_DIR}/_build/report-wayland_gles.xml"
+ - "${CI_PROJECT_DIR}/_build/report-wayland_gles_unstable.xml"
+ - "${CI_PROJECT_DIR}/_build/report-wayland_smalltexture.xml"
+ - "${CI_PROJECT_DIR}/_build/report-wayland_smalltexture_unstable.xml"
- "${CI_PROJECT_DIR}/_build/report-broadway.xml"
- "${CI_PROJECT_DIR}/_build/report-broadway_unstable.xml"
name: "gtk-${CI_COMMIT_REF_NAME}"