This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
50b295f0a2
commit
7ec1b3dc8f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
"
Write
Preview
Loading…
Cancel
Save