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:
Peter Hutterer 2020-02-21 10:37:56 +10:00
parent 20cf83789d
commit dafb68f306
2 changed files with 2 additions and 0 deletions

View file

@ -655,6 +655,7 @@ scan-build@fedora:30:
- .fedora-build@template
variables:
NINJA_ARGS: scan-build
MESON_TEST_ARGS: ''
before_script:
- dnf install -y clang-analyzer findutils
after_script:

View file

@ -483,6 +483,7 @@ scan-build@fedora:30:
- .fedora-build@template
variables:
NINJA_ARGS: scan-build
MESON_TEST_ARGS: ''
before_script:
- dnf install -y clang-analyzer findutils
after_script: