.travis.yml: Minor fixes of addons execution / documentation (#1739)

This commit is contained in:
Sebastian 2019-03-14 14:49:02 +01:00 committed by GitHub
parent 3656f1ae4f
commit 5728bd63af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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