- travis QT build artifact zipped for upload

This commit is contained in:
Rolzad73
2017-01-28 02:16:03 -05:00
parent 22ebc27997
commit 75cc809b16
2 changed files with 3 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ if [ "$BUILD_Qt" = "YES" ]; then
cd qt-gui-build
$QMAKE ../projects/mtg/wagic-qt.pro CONFIG+=release CONFIG+=graphics
make -j 4
chmod -R 775 wagic
zip linuxqtrelease.zip ./wagic
cd ..
# 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