Travis: allow build/make to print output

As we have now matrix for targets, there might be some targets that take longer to compile.
It can timeout, if we produce an output after every target that it was build, it
should extend the timeout per target build.
pull/5729/head
Martin Kojtal 2017-12-19 13:57:33 +00:00
parent e402fdbf16
commit 5ccfaf153b
1 changed files with 7 additions and 7 deletions

View File

@ -179,7 +179,7 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor NXP | sed -n '/^Executing/p' - python2 -u tools/build_travis.py --vendor NXP
- python: '2.7' - python: '2.7'
env: env:
@ -196,7 +196,7 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor STM | sed -n '/^Executing/p' - python2 -u tools/build_travis.py --vendor STM
- python: '2.7' - python: '2.7'
env: env:
@ -213,7 +213,7 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor NORDIC | sed -n '/^Executing/p' - python2 -u tools/build_travis.py --vendor NORDIC
- python: '2.7' - python: '2.7'
env: env:
@ -230,7 +230,7 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor SILICON_LABS | sed -n '/^Executing/p' - python2 -u tools/build_travis.py --vendor SILICON_LABS
- python: '2.7' - python: '2.7'
env: env:
@ -247,7 +247,7 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor MAXIM | sed -n '/^Executing/p' - python2 -u tools/build_travis.py --vendor MAXIM
- python: '2.7' - python: '2.7'
env: env:
@ -264,7 +264,7 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor ATMEL | sed -n '/^Executing/p' - python2 -u tools/build_travis.py --vendor ATMEL
- python: '2.7' - python: '2.7'
env: env:
@ -281,4 +281,4 @@ matrix:
- mkdir BUILD - mkdir BUILD
script: script:
# Run local mbed 2 testing # Run local mbed 2 testing
- python2 -u tools/build_travis.py --vendor NUVOTON | sed -n '/^Executing/p' - python2 -u tools/build_travis.py --vendor NUVOTON