Travis config to perform MISRA checking

This commit is contained in:
Josh Stewart 2017-06-16 13:35:01 +10:00
parent 14751f08ff
commit 00e30c2c58
1 changed files with 7 additions and 0 deletions

View File

@ -33,11 +33,18 @@ cache:
directories:
- "~/.platformio"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cppcheck
- git clone --depth=20 https://github.com/noisymime/cppcheck.git noisymime/cppcheck
install:
- pip install -U platformio
script:
- platformio run
- cd ~/noisymime
- speeduino/utils/check_misra.sh
#