mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 06:28:27 +01:00
Only use cppcheck on Linux.
This commit is contained in:
parent
0d1c0cbb14
commit
627b04d9f0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -34,13 +34,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install prerequisites
|
||||
run: brew install cppcheck
|
||||
- name: make
|
||||
run: make "COMMONFLAGS=-g -fsanitize=address"
|
||||
- name: test
|
||||
run: make test
|
||||
- name: clang static analyzer
|
||||
run: make CC=clang "GHA_ERROR=::error::" clang
|
||||
- name: cppcheck
|
||||
run: make "GHA_ERROR=::error::" cppcheck
|
||||
|
Loading…
Reference in New Issue
Block a user