mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 05:19:07 +08:00
Adding a test with cppcheck for Travis CI
This commit is contained in:
@@ -4,6 +4,11 @@ compiler:
|
||||
- gcc
|
||||
- clang
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- cppcheck
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
@@ -23,3 +28,4 @@ script:
|
||||
|
||||
after_success:
|
||||
- make check
|
||||
- cppcheck --quiet *.h *.c tests/
|
||||
|
||||
Reference in New Issue
Block a user