add mgba for windows, fix a few issues witht he recipe script

This commit is contained in:
radius 2015-03-20 20:58:39 -04:00
parent 9731e65a3f
commit 614008b20c
3 changed files with 8 additions and 6 deletions

View File

@ -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=""

View File

@ -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 .

View File

@ -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 .