summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-06-21 19:46:39 +0200
committerPablo Barciela <[email protected]>2019-06-21 19:46:39 +0200
commitffa9cef172aeb9087a59f2b78ce5362bd1bcd510 (patch)
tree7a80d1877d961985577d1482008f1f61d2f8ef10 /.travis.yml
parenta05c438cca0e25b47d24ee3a2cf2db259d96cbf1 (diff)
downloadmate-panel-ffa9cef172aeb9087a59f2b78ce5362bd1bcd510.tar.bz2
mate-panel-ffa9cef172aeb9087a59f2b78ce5362bd1bcd510.tar.xz
Travis CI: cppcheck: ignore 'gtk-layer-shell-build' folder
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d216fe3d..3d72be75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -200,7 +200,7 @@ build_scripts:
- scan-build $CHECKERS --keep-cc -o html-report make
- fi
- if [ ${DISTRO_NAME} == "debian" ];then
- - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-menus-build' .
+ - cppcheck --enable=warning,style,performance,portability,information,missingInclude -i'mate-menus-build' -i'gtk-layer-shell-build' .
- fi
before_scripts:
@@ -238,7 +238,7 @@ before_scripts:
after_scripts:
- if [ ${DISTRO_NAME} == "fedora" ];then
- - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i'mate-menus-build' .
+ - cppcheck --xml --output-file=cppcheck.xml --enable=warning,style,performance,portability,information,missingInclude -i'mate-menus-build' -i'gtk-layer-shell-build' .
- cppcheck-htmlreport --title=${REPO_NAME} --file=cppcheck.xml --report-dir=cppcheck-htmlreport
- ./gen-index -l 20 -i https://raw.githubusercontent.com/${OWNER_NAME}/${REPO_NAME}/master/icons/16x16/${REPO_NAME}.png
- fi