mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-12-26 13:28:22 +01:00
Fix clang/cppcheck commands.
This commit is contained in:
parent
1f0ca4fd5b
commit
0d1c0cbb14
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -24,9 +24,9 @@ jobs:
|
||||
ASAN_OPTIONS: leak_check_at_exit=false
|
||||
run: make test
|
||||
- name: clang static analyzer
|
||||
run: cd pappl && make CC=clang "GHA_ERROR=::error::" clang
|
||||
run: make CC=clang "GHA_ERROR=::error::" clang
|
||||
- name: cppcheck
|
||||
run: cd pappl && make "GHA_ERROR=::error::" cppcheck
|
||||
run: make "GHA_ERROR=::error::" cppcheck
|
||||
|
||||
build-macos:
|
||||
|
||||
@ -41,6 +41,6 @@ jobs:
|
||||
- name: test
|
||||
run: make test
|
||||
- name: clang static analyzer
|
||||
run: cd pappl && make CC=clang "GHA_ERROR=::error::" clang
|
||||
run: make CC=clang "GHA_ERROR=::error::" clang
|
||||
- name: cppcheck
|
||||
run: cd pappl && make "GHA_ERROR=::error::" cppcheck
|
||||
run: make "GHA_ERROR=::error::" cppcheck
|
||||
|
Loading…
Reference in New Issue
Block a user