travis: run test_matchcompiler.py
This commit is contained in:
parent
e2b77a33dd
commit
1900e7b25f
|
@ -78,6 +78,8 @@ script:
|
||||||
- ./tools/test_showtimetop5.sh
|
- ./tools/test_showtimetop5.sh
|
||||||
# check the files in cgf dir with xmllint
|
# check the files in cgf dir with xmllint
|
||||||
- xmllint --noout cfg/*
|
- xmllint --noout cfg/*
|
||||||
|
# check matchcompiler
|
||||||
|
- ./tools/test_matchcompiler.py
|
||||||
# check if Makefile needs to be regenerated
|
# check if Makefile needs to be regenerated
|
||||||
- git clean -dfx
|
- git clean -dfx
|
||||||
- make dmake
|
- make dmake
|
||||||
|
|
Loading…
Reference in New Issue