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
|
- ./cppcheck test/testpreprocessor.cpp --dump
|
||||||
- xmllint --noout test/testpreprocessor.cpp.dump
|
- xmllint --noout test/testpreprocessor.cpp.dump
|
||||||
# check addons/misra.py
|
# check addons/misra.py
|
||||||
- ./cppcheck --dump addons/misra-test.c
|
# - ./cppcheck --dump addons/misra-test.c
|
||||||
- python addons/misra.py -verify addons/misra-test.c.dump
|
# - python addons/misra.py -verify addons/misra-test.c.dump
|
||||||
# check if Makefile needs to be regenerated
|
# check if Makefile needs to be regenerated
|
||||||
- git clean -dfx
|
- git clean -dfx
|
||||||
- echo $CXXFLAGS
|
- echo $CXXFLAGS
|
||||||
|
|
Loading…
Reference in New Issue