summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-11 10:16:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-05-11 19:53:03 -0400
commit98f63d09c0f5fe319838f10d4404241bfa699b66 (patch)
tree0727d23a6e39eec35db73670f9d9c5d1c856a558 /.gitlab-ci.yml
parent3353eac2895f514e6247b2ee155f62ea588795a5 (diff)
downloadgtk+-98f63d09c0f5fe319838f10d4404241bfa699b66.tar.gz
ci: Use the same options for the scan-build job
In particular, not building the tests should help cutting down on time spent linking.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a38c67b5d..b571db7994 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -349,6 +349,8 @@ static-scan:
- meson setup
${COMMON_MESON_FLAGS}
${EXTRA_MESON_FLAGS}
+ ${BACKEND_FLAGS}
+ ${FEATURE_FLAGS}
_scan_build
- ninja -C _scan_build scan-build
artifacts: