Travis: Run 'make test' with compiled patterns
This commit is contained in:
parent
bef0cf149b
commit
0f1e150386
|
@ -6,3 +6,7 @@ script:
|
|||
- make test
|
||||
- $CXX -o cppcheck -O2 cli/*.cpp lib/*.cpp -Ilib
|
||||
- ./cppcheck --error-exitcode=1 -Ilib --enable=style --suppress=duplicateBranch -q cli gui lib -igui/test
|
||||
- mkdir build
|
||||
- python tools/matchcompiler.py
|
||||
- make test LIBDIR=build
|
||||
|
||||
|
|
Loading…
Reference in New Issue