.travis.yml: Minor fixes of addons execution / documentation (#1739)
This commit is contained in:
parent
3656f1ae4f
commit
5728bd63af
|
@ -78,14 +78,20 @@ matrix:
|
||||||
- python3 -m py_compile ./tools/donate-cpu.py
|
- python3 -m py_compile ./tools/donate-cpu.py
|
||||||
- python -m py_compile ./tools/donate-cpu-server.py
|
- python -m py_compile ./tools/donate-cpu-server.py
|
||||||
- python3 -m py_compile ./tools/donate-cpu-server.py
|
- python3 -m py_compile ./tools/donate-cpu-server.py
|
||||||
# check addons/misra.py
|
# check addons/misc.py
|
||||||
- cd addons/test
|
- cd addons/test
|
||||||
- ${CPPCHECK} --dump misc-test.cpp
|
- ${CPPCHECK} --dump misc-test.cpp
|
||||||
- python3 ../misc.py -verify misc-test.cpp.dump
|
- python3 ../misc.py -verify misc-test.cpp.dump
|
||||||
|
- cd ../../
|
||||||
|
# check addons/cert.py
|
||||||
|
- cd addons/test
|
||||||
- ${CPPCHECK} --dump cert-test.c
|
- ${CPPCHECK} --dump cert-test.c
|
||||||
- python3 ../cert.py -verify cert-test.c.dump
|
- python3 ../cert.py -verify cert-test.c.dump
|
||||||
- ${CPPCHECK} --dump cert-test.cpp
|
- ${CPPCHECK} --dump cert-test.cpp
|
||||||
- python3 ../cert.py -verify cert-test.cpp.dump
|
- python3 ../cert.py -verify cert-test.cpp.dump
|
||||||
|
- cd ../../
|
||||||
|
# check addons/misra.py
|
||||||
|
- cd addons/test
|
||||||
- ${CPPCHECK} --dump misra-test.c
|
- ${CPPCHECK} --dump misra-test.c
|
||||||
- python3 ../misra.py -verify misra-test.c.dump
|
- python3 ../misra.py -verify misra-test.c.dump
|
||||||
- ${CPPCHECK} --dump misra-test.cpp
|
- ${CPPCHECK} --dump misra-test.cpp
|
||||||
|
|
Loading…
Reference in New Issue