libinput/.gitlab-ci/scanbuild-wrapper.sh
Peter Hutterer 5dc000323d gitlab CI: add a JUnit XML report for scan-build
Use a scan-build wrapper to generate plist files, then parse those into a
JUnit xml format. This makes the errors appear on the main MR page as opposed
to being hidden in the artifacts somewhere.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2021-05-12 13:31:42 +10:00

2 lines
55 B
Bash
Executable file

#!/bin/sh
scan-build -v --status-bugs -plist-html "$@"