mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-22 11:07:57 +00:00
Add check-files.py to travis.yml
This commit is contained in:
parent
f8277f9cdb
commit
1370548f79
|
@ -9,6 +9,7 @@ script:
|
||||||
- tests/scripts/check-generated-files.sh
|
- tests/scripts/check-generated-files.sh
|
||||||
- tests/scripts/check-doxy-blocks.pl
|
- tests/scripts/check-doxy-blocks.pl
|
||||||
- tests/scripts/check-names.sh
|
- tests/scripts/check-names.sh
|
||||||
|
- tests/scripts/check-files.py
|
||||||
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
|
Loading…
Reference in a new issue