theos build works, deploy and run still failing
This commit is contained in:
parent
9c920e1aa7
commit
ad0ba93aee
|
@ -1096,21 +1096,22 @@ then
|
||||||
echo "Building"
|
echo "Building"
|
||||||
echo ============================================
|
echo ============================================
|
||||||
cd apple/iOS
|
cd apple/iOS
|
||||||
rm RetroArch.app -rfv
|
rm RetroArch.app -rf
|
||||||
|
|
||||||
rm -rv *.deb
|
rm -rv *.deb
|
||||||
ln -s $THEOS theos
|
ln -s $THEOS theos
|
||||||
|
export PRODUCT_NAME=RetroArch
|
||||||
$MAKE clean
|
$MAKE clean
|
||||||
$MAKE -j8
|
$MAKE -j8
|
||||||
./package.sh
|
./package.sh
|
||||||
|
|
||||||
mkdir obj/RetroArch.app/modules
|
mkdir obj/RetroArch.app/modules
|
||||||
cp -rv ../../../dist/theos/*.* obj/RetroArch.app/modules
|
cp -r ../../../dist/theos/*.* obj/RetroArch.app/modules
|
||||||
cp -rv ../../../dist/info/*.* obj/RetroArch.app/modules
|
cp -r ../../../dist/info/*.* obj/RetroArch.app/modules
|
||||||
|
|
||||||
$MAKE package
|
$MAKE package
|
||||||
|
|
||||||
cp -rv *.deb /home/buildbot/www/.radius/
|
cp -r *.deb /home/buildbot/www/.radius/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
THEOS /opt/theos
|
THEOS /opt/theos
|
||||||
|
THEOSSDK /opt/theos
|
||||||
PATH /opt/theos
|
PATH /opt/theos
|
||||||
PLATFORM theos_ios
|
PLATFORM theos_ios
|
||||||
platform theos_ios
|
platform theos_ios
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
2048 libretro-2048 https://github.com/libretro/libretro-2048.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
catsfc libretro-catsfc https://github.com/libretro/CATSFC-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC_THEOS Makefile.libretro libgambatte
|
||||||
|
genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
gpsp libretro-gpsp https://github.com/libretro/gpsp.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
snes9x libretro-snes9x https://github.com/libretro/snes9x.git PROJECT YES GENERIC_THEOS Makefile libretro
|
||||||
|
snes9x_next libretro-snes9x_next https://github.com/libretro/snes9x-next.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
fb_alpha libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC_THEOS makefile.libretro svn-current/trunk
|
||||||
|
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
vba_next libretro-vba_next https://github.com/libretro/vba-next.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
vbam libretro-vbam https://github.com/libretro/vbam-libretro.git PROJECT YES GENERIC_THEOS Makefile src/libretro
|
||||||
|
meteor libretro-meteor https://github.com/libretro/meteor-libretro.git PROJECT YES GENERIC_THEOS Makefile libretro
|
||||||
|
nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
stella libretro-stella https://github.com/libretro/stella-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
handy libretro-handy https://github.com/libretro/libretro-handy.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
desmume libretro-desmume https://github.com/libretro/desmume.git PROJECT YES GENERIC_THEOS Makefile.libretro desmume
|
||||||
|
3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
4do libretro-4do https://github.com/libretro/4do-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git PROJECT YES GENERIC_THEOS Makefile libretro
|
||||||
|
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||||
|
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||||
|
o2em libretro-o2em https://github.com/libretro/libretro-o2em.git PROJECT YES GENERIC_THEOS Makefile .
|
Loading…
Reference in New Issue