travis: enable 'cppcheck' in debian
parent
48ed97624d
commit
a70a2a243b
|
@ -81,6 +81,7 @@ requires:
|
||||||
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-terminal
|
# Useful URL: https://salsa.debian.org/debian-mate-team/mate-terminal
|
||||||
- clang
|
- clang
|
||||||
- clang-tools
|
- clang-tools
|
||||||
|
- cppcheck
|
||||||
- gcc
|
- gcc
|
||||||
- git
|
- git
|
||||||
- intltool
|
- intltool
|
||||||
|
@ -158,6 +159,9 @@ build_scripts:
|
||||||
- else
|
- else
|
||||||
- scan-build $CHECKERS --keep-cc -o html-report make
|
- scan-build $CHECKERS --keep-cc -o html-report make
|
||||||
- fi
|
- fi
|
||||||
|
- if [ ${DISTRO_NAME} == "debian" ];then
|
||||||
|
- cppcheck --enable=warning,style,performance,portability,information,missingInclude .
|
||||||
|
- fi
|
||||||
|
|
||||||
after_scripts:
|
after_scripts:
|
||||||
- if [ ${DISTRO_NAME} == "fedora" ];then
|
- if [ ${DISTRO_NAME} == "fedora" ];then
|
||||||
|
|
Loading…
Reference in New Issue