mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-07 13:08:04 +02:00
gitlab CI: don't run meson test on the scan-build job
Unfortunate side-effect of this: scan-build would store the logs in the build dir, only for them to be immediately wiped by meson test. And that never generated the scan-build warnings. So this job was complaining about (minor) issues for a while, they just never made it to the GUI as CI failures. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
20cf83789d
commit
dafb68f306
2 changed files with 2 additions and 0 deletions
|
|
@ -655,6 +655,7 @@ scan-build@fedora:30:
|
||||||
- .fedora-build@template
|
- .fedora-build@template
|
||||||
variables:
|
variables:
|
||||||
NINJA_ARGS: scan-build
|
NINJA_ARGS: scan-build
|
||||||
|
MESON_TEST_ARGS: ''
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install -y clang-analyzer findutils
|
- dnf install -y clang-analyzer findutils
|
||||||
after_script:
|
after_script:
|
||||||
|
|
|
||||||
|
|
@ -483,6 +483,7 @@ scan-build@fedora:30:
|
||||||
- .fedora-build@template
|
- .fedora-build@template
|
||||||
variables:
|
variables:
|
||||||
NINJA_ARGS: scan-build
|
NINJA_ARGS: scan-build
|
||||||
|
MESON_TEST_ARGS: ''
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install -y clang-analyzer findutils
|
- dnf install -y clang-analyzer findutils
|
||||||
after_script:
|
after_script:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue