mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
build,travis: reduce verbosity so Travis don't kill the job
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
+3
-1
@@ -111,7 +111,9 @@ EOF
|
|||||||
pkg_name=$(echo "$pkg_dir" | awk -F/ '{ print $NF }')
|
pkg_name=$(echo "$pkg_dir" | awk -F/ '{ print $NF }')
|
||||||
echo_blue "=== $pkg_name: Starting compile test"
|
echo_blue "=== $pkg_name: Starting compile test"
|
||||||
|
|
||||||
exec_status '^ERROR' make "package/$pkg_name/compile" V=s -j3
|
# 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
|
||||||
|
|
||||||
echo_blue "=== $pkg_name: compile test done"
|
echo_blue "=== $pkg_name: compile test done"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user