Skip to content
Snippets Groups Projects
Commit dafb68f3 authored by Peter Hutterer's avatar Peter Hutterer
Browse files

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: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent 20cf8378
No related branches found
No related tags found
No related merge requests found
...@@ -655,6 +655,7 @@ scan-build@fedora:30: ...@@ -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: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment