From 397b2e0dd95d820a70673904a3b867f6ab414115 Mon Sep 17 00:00:00 2001 From: radius Date: Tue, 24 Feb 2015 14:00:38 -0500 Subject: [PATCH] add logging for RA android --- libretro-buildbot-recipe.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 07129059..e98e76ba 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -965,6 +965,16 @@ then android update project --path libs/googleplay --target android-21 android update project --path libs/appcompat --target android-21 ant debug + if [ $? -eq 0 ]; + then + MESSAGE="retroarch build successful ($jobid)" + echo $MESSAGE + else + MESSAGE="retroarch buildf failed ($jobid)" + echo $MESSAGE + fi + buildbot_log "$MESSAGE" + fi fi