Travis: Disable Misra tests for now
This commit is contained in:
parent
2ecf47c328
commit
f9e5313dc9
|
@ -106,8 +106,8 @@ script:
|
|||
- ./cppcheck test/testpreprocessor.cpp --dump
|
||||
- xmllint --noout test/testpreprocessor.cpp.dump
|
||||
# check addons/misra.py
|
||||
- ./cppcheck --dump addons/misra-test.c
|
||||
- python addons/misra.py -verify addons/misra-test.c.dump
|
||||
# - ./cppcheck --dump addons/misra-test.c
|
||||
# - python addons/misra.py -verify addons/misra-test.c.dump
|
||||
# check if Makefile needs to be regenerated
|
||||
- git clean -dfx
|
||||
- echo $CXXFLAGS
|
||||
|
|
Loading…
Reference in New Issue