Activates Android build from Travis

This commit is contained in:
xawotihs
2013-11-25 05:27:31 +01:00
parent fd6bc95539
commit 73f9319b92
2 changed files with 13 additions and 1 deletions

View File

@@ -7,9 +7,15 @@ cd ..
cd projects/mtg
mkdir objs
make -j 8
cd ../..
# we're building an Android binary here
android-ndk-r9/ndk-build -C projects/mtg/Android -j8
$ANDROID list targets
$ANDROID update project -t 1 -p projects/mtg/Android
ant debug -f projects/mtg/Android/build.xml
# let's try an Intel linux binary
cd ../..
qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR
make -j 8