From 614008b20c986f441d9d54cf01067893873fafdc Mon Sep 17 00:00:00 2001 From: radius Date: Fri, 20 Mar 2015 20:58:39 -0400 Subject: [PATCH] add mgba for windows, fix a few issues witht he recipe script --- libretro-buildbot-recipe.sh | 12 ++++++------ recipes/win_x64/cores-mingw-w64-seh | 1 + recipes/win_x86/cores-mingw-w32-dw2 | 1 + 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 20fe4c68..b4e41a40 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -572,7 +572,7 @@ while read line; do BUILD="YES" fi - cd .. + cd $WORK else echo "cloning repo..." git clone --depth=1 "$URL" "$DIR" @@ -589,14 +589,14 @@ while read line; do else BUILD="YES" fi - cd .. + cd $WORK else echo "cloning repo..." git clone "$URL" "$DIR" cd $DIR git checkout $TYPE - cd .. + cd $WORK BUILD="YES" fi @@ -612,7 +612,7 @@ while read line; do BUILD="YES" fi OUT=`git submodule foreach git pull origin master` - cd .. + cd $WORK else echo "cloning repo..." git clone --depth=1 "$URL" "$DIR" @@ -620,7 +620,7 @@ while read line; do git submodule update --init BUILD="YES" fi - cd .. + cd $WORK fi if [ "${BUILD}" = "YES" -o "${FORCE}" = "YES" ]; then @@ -656,7 +656,7 @@ while read line; do done < $1 echo "BUILDBOT JOB: $jobid Building Retroarch" -echo +echo cd $WORK BUILD="" diff --git a/recipes/win_x64/cores-mingw-w64-seh b/recipes/win_x64/cores-mingw-w64-seh index 936abd5a..17d018af 100644 --- a/recipes/win_x64/cores-mingw-w64-seh +++ b/recipes/win_x64/cores-mingw-w64-seh @@ -59,4 +59,5 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GE virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC Makefile . yabause libretro-yabause https://github.com/libretro/yabause.git PROJECT YES GENERIC Makefile libretro imageviewer libretro-imageviewer https://github.com/libretro/imageviewer-libretro.git PROJECT YES GENERIC Makefile.libretro . +mgba libretro-mgba https://github.com/libretro/mgba.git PROJECT YES GENERIC Makefile.libretro . diff --git a/recipes/win_x86/cores-mingw-w32-dw2 b/recipes/win_x86/cores-mingw-w32-dw2 index 950ba5b1..7387e195 100644 --- a/recipes/win_x86/cores-mingw-w32-dw2 +++ b/recipes/win_x86/cores-mingw-w32-dw2 @@ -48,4 +48,5 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GE virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC Makefile . yabause libretro-yabause https://github.com/libretro/yabause.git PROJECT YES GENERIC Makefile libretro imageviewer libretro-imageviewer https://github.com/libretro/imageviewer-libretro.git PROJECT YES GENERIC Makefile.libretro . +mgba libretro-mgba https://github.com/libretro/mgba.git PROJECT YES GENERIC Makefile.libretro .