Log when using dist-scro[ts

This commit is contained in:
Andrés 2015-04-13 18:30:12 -05:00
parent 132242c739
commit 9901e36777

View File

@ -1284,7 +1284,7 @@ if [ "${PLATFORM}" = "psp1" ] && [ "${RA}" = "YES" ]; then
cp -v $RARCH_DIST_DIR/*.a .
#ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_psp1." $2 }' |sh
./psp1-cores.sh
./psp1-cores.sh &> /tmp/buildbot.log
if [ $? -eq 0 ]; then
MESSAGE="retroarch build successful [$jobid]"
echo $MESSAGE
@ -1415,7 +1415,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then
cp -v $RARCH_DIST_DIR/*.a .
#ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_wii." $2 }' |sh
sh ./wii-cores.sh
sh ./wii-cores.sh &> /tmp/buildbot.log
if [ $? -eq 0 ]; then
MESSAGE="retroarch build successful [$jobid]"
echo $MESSAGE
@ -1564,7 +1564,7 @@ then
cp -v $RARCH_DIST_DIR/*.a .
#ls -1 *.a | awk -F "." ' { print "cp " $0 " " $1 "_ngc." $2 }' |sh
sh ./ngc-cores.sh
sh ./ngc-cores.sh &> /tmp/buildbot.log
if [ $? -eq 0 ];
then
MESSAGE="retroarch build successful [$jobid]"