This commit is contained in:
Radius 2015-09-02 21:33:31 +01:00
parent a228ad6113
commit bccf87f82c
3 changed files with 3 additions and 1 deletions

View File

@ -1621,7 +1621,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 &> /tmp/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
sh ./dist-cores.sh wii &> /tmp/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_${PLATFORM}.log
if [ $? -eq 0 ]; then
MESSAGE="retroarch build successful [$jobid]"
echo $MESSAGE

View File

@ -20,4 +20,5 @@ snes9x libretro-snes9x https://github.com/libretro/snes9x.git PROJECT YES GENERI
snes9x_next libretro-snes9x_next https://github.com/libretro/snes9x-next.git PROJECT YES GENERIC Makefile.libretro .
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git PROJECT YES GENERIC Makefile .
vba_next libretro-vba_next https://github.com/libretro/vba-next.git PROJECT YES GENERIC Makefile.libretro .
mgba libretro-mgba https://github.com/libretro/mgba.git PROJECT YES GENERIC Makefile.libretro .

View File

@ -6,5 +6,6 @@ CXX powerpc-eabi-g++
AR powerpc-eabi-ar
DEVKITPRO /home/buildbot/tools/devkitpro
DEVKITPPC /home/buildbot/tools/devkitpro/devkitPPC
DEVKITPPC_ROOT_DIR /home/buildbot/tools/devkitpro/devkitPPC
RA YES
JOBS 4