mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Travis CI: Fold log output
This commit is contained in:
@@ -22,8 +22,15 @@ git:
|
||||
depth: 500
|
||||
|
||||
script:
|
||||
- make testbuild
|
||||
- echo 'Running Tests..' && echo -en 'travis_fold:start:script.1\\r'
|
||||
- make tests
|
||||
- echo -en 'travis_fold:end:script.1\\r'
|
||||
- echo 'Building NuttX..' && echo -en 'travis_fold:start:script.1\\r'
|
||||
- make archives
|
||||
- echo -en 'travis_fold:end:script.1\\r'
|
||||
- echo 'Building Firmware..' && echo -en 'travis_fold:start:script.1\\r'
|
||||
- make -j6
|
||||
- echo -en 'travis_fold:end:script.1\\r'
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
||||
Reference in New Issue
Block a user