mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-04-16 13:46:43 +02: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
|
ASAN_OPTIONS: leak_check_at_exit=false
|
||||||
run: make test
|
run: make test
|
||||||
- name: clang static analyzer
|
- name: clang static analyzer
|
||||||
run: cd pappl && make CC=clang "GHA_ERROR=::error::" clang
|
run: make CC=clang "GHA_ERROR=::error::" clang
|
||||||
- name: cppcheck
|
- name: cppcheck
|
||||||
run: cd pappl && make "GHA_ERROR=::error::" cppcheck
|
run: make "GHA_ERROR=::error::" cppcheck
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
|
|
||||||
@ -41,6 +41,6 @@ jobs:
|
|||||||
- name: test
|
- name: test
|
||||||
run: make test
|
run: make test
|
||||||
- name: clang static analyzer
|
- name: clang static analyzer
|
||||||
run: cd pappl && make CC=clang "GHA_ERROR=::error::" clang
|
run: make CC=clang "GHA_ERROR=::error::" clang
|
||||||
- name: cppcheck
|
- name: cppcheck
|
||||||
run: cd pappl && make "GHA_ERROR=::error::" cppcheck
|
run: make "GHA_ERROR=::error::" cppcheck
|
||||||
|
Loading…
x
Reference in New Issue
Block a user