Fixed shell issue
This commit is contained in:
@@ -33,7 +33,7 @@ mv core_*.zip ../../../../core.zip
|
|||||||
cd ../../../..
|
cd ../../../..
|
||||||
|
|
||||||
# we're building a PSP binary here
|
# we're building a PSP binary here
|
||||||
if [ "$BUILD_TYPE" == "PSP"]; then
|
if [ "$BUILD_TYPE" == "PSP" ]; then
|
||||||
# let's dump some info to debug a bit
|
# let's dump some info to debug a bit
|
||||||
echo PSPDEV = $PSPDEV
|
echo PSPDEV = $PSPDEV
|
||||||
echo psp-config = `psp-config --psp-prefix`
|
echo psp-config = `psp-config --psp-prefix`
|
||||||
@@ -59,14 +59,14 @@ if [ "$BUILD_TYPE" == "PSP"]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# we're building an Android binary here
|
# we're building an Android binary here
|
||||||
if [ "$BUILD_TYPE" == "Android"]; then
|
if [ "$BUILD_TYPE" == "Android" ]; then
|
||||||
android-ndk-r9/ndk-build -C projects/mtg/Android -j8
|
android-ndk-r9/ndk-build -C projects/mtg/Android -j8
|
||||||
$ANDROID list targets
|
$ANDROID list targets
|
||||||
$ANDROID update project -t 1 -p projects/mtg/Android
|
$ANDROID update project -t 1 -p projects/mtg/Android
|
||||||
ant debug -f projects/mtg/Android/build.xml
|
ant debug -f projects/mtg/Android/build.xml
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$BUILD_TYPE" == "Qt"]; then
|
if [ "$BUILD_TYPE" == "Qt" ]; then
|
||||||
# we're building a Qt version with GUI here
|
# we're building a Qt version with GUI here
|
||||||
mkdir qt-gui-build
|
mkdir qt-gui-build
|
||||||
cd qt-gui-build
|
cd qt-gui-build
|
||||||
|
|||||||
Reference in New Issue
Block a user