mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-29 08:56:15 +01:00
Merge branch 'fix-scan-build' into 'master'
ci: Run scan-build in a different build directory See merge request GNOME/glib!914
This commit is contained in:
commit
5ca6ea0937
@ -255,13 +255,13 @@ scan-build:
|
|||||||
-Ddtrace=true
|
-Ddtrace=true
|
||||||
-Dfam=true
|
-Dfam=true
|
||||||
-Dinstalled_tests=true
|
-Dinstalled_tests=true
|
||||||
_build
|
_scan_build
|
||||||
- ninja -C _build scan-build
|
- ninja -C _scan_build scan-build
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
name: "glib-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- "_build/meson-logs/scanbuild"
|
- "_scan_build/meson-logs/scanbuild"
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user