Tweaked compile options for cppcheck

This commit is contained in:
Josh Stewart 2017-06-16 15:19:02 +10:00
parent 94f6561189
commit d0ffbb20f8
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ before_install:
- wget https://github.com/danmar/cppcheck/archive/1.79.zip - wget https://github.com/danmar/cppcheck/archive/1.79.zip
- unzip 1.79.zip - unzip 1.79.zip
- cd cppcheck-1.79 - cd cppcheck-1.79
- make - make SRCDIR=build CFGDIR=/usr/share/cppcheck/ HAVE_RULES=yes
- sudo make install - sudo make install CFGDIR=/usr/share/cppcheck/
install: install:
- pip install -U platformio - pip install -U platformio