Skip to content

Commit

Permalink
CI: add a scan-build run to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed Nov 11, 2024
1 parent 7070531 commit fb9f1fc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,29 @@ jobs:
with:
name: tarball
path: libwacom-*tar.xz

###
#
# scan-build
#
scan-build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
# install python so we get pip for meson
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: ./.github/actions/pkginstall
with:
apt: $UBUNTU_PACKAGES
pip: $PIP_PACKAGES
- name: scan-build
uses: ./.github/actions/meson
with:
meson_skip_test: 1
ninja_args: scan-build

###
#
# valgrind run
Expand Down

0 comments on commit fb9f1fc

Please sign in to comment.