[travis check new boards] Add command so Travis runs the travis_new_boards_check.py script

This commit is contained in:
C47D 2019-07-19 17:01:04 -05:00
parent 22c265b170
commit 00d91bed32

View File

@ -103,6 +103,10 @@ script:
- cd tools && python3 -u build_release_files.py
- cd ..
# Check if there's any board missing in TRAVIS_BOARDS
- cd tools && python3 -u travis_new_boards_check.py
- cd ..
- echo 'Building unix' && echo 'travis_fold:start:unix'
- (! var_search "${TRAVIS_TESTS-}" unix || (make -C ports/unix deplibs -j2 && make -C ports/unix -j2 && make -C ports/unix coverage -j2)) ; S=$? ; echo $S > status ; (exit $S)
- echo 'travis_fold:end:unix' && tools/print_status.py status