We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c9ccb commit 6ae945fCopy full SHA for 6ae945f
.github/workflows/main.yml
@@ -66,6 +66,29 @@ jobs:
66
with:
67
name: tarball
68
path: libwacom-*tar.xz
69
+
70
+ ###
71
+ #
72
+ # scan-build
73
74
+ scan-build:
75
+ runs-on: ubuntu-24.04
76
+ steps:
77
+ - uses: actions/checkout@v4
78
+ # install python so we get pip for meson
79
+ - uses: actions/setup-python@v5
80
+ with:
81
+ python-version: '3.12'
82
+ - uses: ./.github/actions/pkginstall
83
84
+ apt: $UBUNTU_PACKAGES
85
+ pip: $PIP_PACKAGES
86
+ - name: scan-build
87
+ uses: ./.github/actions/meson
88
89
+ meson_skip_test: 1
90
+ ninja_args: scan-build
91
92
###
93
#
94
# valgrind run
0 commit comments