mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-16 02:18:24 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install prerequisites
|
|
||||||
run: brew install cppcheck
|
|
||||||
- name: make
|
- name: make
|
||||||
run: make "COMMONFLAGS=-g -fsanitize=address"
|
run: make "COMMONFLAGS=-g -fsanitize=address"
|
||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: make test
|
||||||
- name: clang static analyzer
|
- name: clang static analyzer
|
||||||
run: make CC=clang "GHA_ERROR=::error::" clang
|
run: make CC=clang "GHA_ERROR=::error::" clang
|
||||||
- name: cppcheck
|
|
||||||
run: make "GHA_ERROR=::error::" cppcheck
|
|
||||||
|
Loading…
Reference in New Issue
Block a user