mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-22 22:18:09 +00:00
Run cppcheck on new commits and PRs
This commit is contained in:
parent
5667dad127
commit
ffad2e8c48
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -76,3 +76,14 @@ jobs:
|
||||
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=x64 bddisasm.sln
|
||||
- name: Build bddisasm and bdshemu for Win32
|
||||
run: MSBuild /t:Rebuild /p:Configuration=Release /p:Platform=Win32 bddisasm.sln
|
||||
|
||||
Code checks:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install cppcheck
|
||||
run: sudo apt install -y cppcheck
|
||||
- name: Run cppcheck
|
||||
run: cppcheck --language=c --enable=all -I inc/ -I inc/bdshemu -I bddisasm/include bddisasm/ bdshemu/
|
||||
|
Loading…
Reference in New Issue
Block a user