mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 01:40:29 +01:00
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>
2 lines
55 B
Bash
Executable file
2 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
scan-build -v --status-bugs -plist-html "$@"
|