Experimentally enable MISRA scanning on Travis
This commit is contained in:
parent
f382c08d60
commit
f53eae9d00
18
.travis.yml
18
.travis.yml
|
@ -43,14 +43,14 @@ addons:
|
|||
- cppcheck/trusty-backports
|
||||
|
||||
before_install:
|
||||
#- sudo apt-get update -qq
|
||||
#- sudo apt-get install -t trusty-backports cppcheck
|
||||
#- sudo apt-get build-dep -qq cppcheck
|
||||
#- wget https://github.com/danmar/cppcheck/archive/1.79.zip
|
||||
#- unzip 1.79.zip
|
||||
#- cd cppcheck-1.79
|
||||
#- make SRCDIR=build CFGDIR=/usr/share/cppcheck/ HAVE_RULES=yes
|
||||
#- sudo make install CFGDIR=/usr/share/cppcheck/
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -t trusty-backports cppcheck
|
||||
- sudo apt-get build-dep -qq cppcheck
|
||||
- wget https://github.com/danmar/cppcheck/archive/1.79.zip
|
||||
- unzip 1.79.zip
|
||||
- cd cppcheck-1.79
|
||||
- make SRCDIR=build CFGDIR=/usr/share/cppcheck/ HAVE_RULES=yes
|
||||
- sudo make install CFGDIR=/usr/share/cppcheck/
|
||||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
|
@ -65,7 +65,7 @@ script:
|
|||
notifications:
|
||||
slack: speeduino:Y8Bhhviu4r7HFF3abMYDnH3p
|
||||
|
||||
# - speeduino/misra/check_misra.sh
|
||||
- speeduino/misra/check_misra.sh
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue