mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
build,travis: fail Travis test when compilation fail
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user