mirror of
https://github.com/libretro/libretro-super
synced 2025-02-21 12:40:39 +00:00
fix logging per ABI..
This commit is contained in:
parent
a3bf2a5864
commit
94c1c5251b
@ -337,14 +337,16 @@ build_libretro_generic_jni() {
|
|||||||
then
|
then
|
||||||
MESSAGE="$1-$a build successful ($jobid)"
|
MESSAGE="$1-$a build successful ($jobid)"
|
||||||
echo BUILDBOT JOB: $MESSAGE
|
echo BUILDBOT JOB: $MESSAGE
|
||||||
|
buildbot_log "$MESSAGE"
|
||||||
cp -v ../libs/${a}/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/${a}/${1}_libretro${FORMAT}.${FORMAT_EXT}
|
cp -v ../libs/${a}/libretro.${FORMAT_EXT} $RARCH_DIST_DIR/${a}/${1}_libretro${FORMAT}.${FORMAT_EXT}
|
||||||
else
|
else
|
||||||
MESSAGE="$1-$a build failure ($jobid)"
|
MESSAGE="$1-$a build failure ($jobid)"
|
||||||
echo BUILDBOT JOB: $MESSAGE
|
echo BUILDBOT JOB: $MESSAGE
|
||||||
|
buildbot_log "$MESSAGE"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
buildbot_log "$MESSAGE"
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user