mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
Log when using dist-scro[ts
This commit is contained in:
parent
132242c739
commit
9901e36777
@ -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]"
|
||||
|
Loading…
Reference in New Issue
Block a user