add jni job messages to the summary

This commit is contained in:
radius 2016-02-09 20:06:20 -05:00
parent 485af55ff8
commit 58b98f7a07
1 changed files with 2 additions and 2 deletions

View File

@ -375,9 +375,9 @@ build_libretro_generic_jni() {
HASTE=`echo $HASTE | cut -d"\"" -f4`
MESSAGE="$1-$a build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo buildbot job: $MESSAGE
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log
buildbot_log "$MESSAGE"
fi
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log
if [ -z "${NOCLEAN}" ]; then
echo "cleaning up..."
@ -1511,7 +1511,7 @@ if [ "${PLATFORM}" = "android" ] && [ "${RA}" = "YES" ]; then
MESSAGE="retroarch build failed [$jobid] LOG: http://hastebin.com/$HASTE"
echo $MESSAGE
fi
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log
echo buildbot job: $MESSAGE | tee -a $TMPDIR/log/${BOT}/${LOGDATE}.log
buildbot_log "$MESSAGE"
$NDK clean &> $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log