Browse Source

build,travis: fail Travis test when compilation fail

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne Champetier 7 years ago
parent
commit
7ec1b3dc8f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis_do.sh

+ 1
- 1
.travis_do.sh View File

@ -118,7 +118,7 @@ EOF
# we can't enable verbose built else we often hit Travis limits
# on log size and the job get killed
exec_status '^ERROR' make "package/$pkg_name/compile" -j3
exec_status '^ERROR' make "package/$pkg_name/compile" -j3 || RET=1
echo_blue "=== $pkg_name: compile test done"


Loading…
Cancel
Save