From bf0a0a1580eba5233e5594329323cdaf366f8b79 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 30 Nov 2013 19:32:55 +0100 Subject: [PATCH] Build the graphics version in release instead of debug. --- travis-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-script.sh b/travis-script.sh index 4dbe2fbc1..17f0fbdec 100755 --- a/travis-script.sh +++ b/travis-script.sh @@ -18,11 +18,11 @@ 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+=debug CONFIG+=graphics +qmake ../projects/mtg/wagic-qt.pro CONFIG+=release CONFIG+=graphics make -j 8 cd .. -# let's try an Intel linux binary +# let's try an Intel linux binary in debug text-mode-only qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR make -j 8