From d0ffbb20f8e4bc07729b7c4ad9ffa05997fcb168 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Fri, 16 Jun 2017 15:19:02 +1000 Subject: [PATCH] Tweaked compile options for cppcheck --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7389ead..f6bc2fc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,8 +40,8 @@ before_install: - wget https://github.com/danmar/cppcheck/archive/1.79.zip - unzip 1.79.zip - cd cppcheck-1.79 -- make -- sudo make install +- make SRCDIR=build CFGDIR=/usr/share/cppcheck/ HAVE_RULES=yes +- sudo make install CFGDIR=/usr/share/cppcheck/ install: - pip install -U platformio