Skip to content

Commit

Permalink
scan-build: Add scan-build into the workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed May 9, 2024
1 parent 4a94cc7 commit dae064c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ jobs:
with:
python-version: 3.x
- uses: pre-commit/[email protected]
scan-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup
run: |
sudo apt-get update && sudo apt-get install -y libcunit1-dev libtool libtool-bin exuberant-ctags clang-tools
./autogen.sh
- name: check
run: |
./configure --disable-documentation --disable-doxygen --disable-man --enable-examples --enable-tests --disable-dtls
scan-build make V=0
build-linux:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit dae064c

Please sign in to comment.