Activates SDL build in travis

This commit is contained in:
xawotihs
2014-02-10 22:57:53 +01:00
parent 34492d9096
commit 25c844c1f5

View File

@@ -64,7 +64,7 @@ ant debug -f projects/mtg/Android/build.xml
# we're building a Qt version with GUI here
mkdir qt-gui-build
cd qt-gui-build
qmake ../projects/mtg/wagic-qt.pro CONFIG+=release CONFIG+=graphics
qmake ../projects/mtg/wagic-SDL.pro CONFIG+=release CONFIG+=graphics
make -j 8
cd ..