Fix clang/cppcheck commands.

This commit is contained in:
Michael R Sweet 2021-05-30 12:56:00 -04:00
parent 1f0ca4fd5b
commit 0d1c0cbb14
No known key found for this signature in database
GPG Key ID: 999559A027815955

View File

@ -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