From 75cc809b1649cebd5d726f895faf47ed3a34fbf0 Mon Sep 17 00:00:00 2001 From: Rolzad73 Date: Sat, 28 Jan 2017 02:16:03 -0500 Subject: [PATCH] - travis QT build artifact zipped for upload --- .travis.yml | 2 +- tools/travis-script.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c4244ed7..437184abb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,4 +64,4 @@ after_success: - python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l core.zip -r Wagic-core.zip -b $TRAVIS_BRANCH - python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l projects/mtg/Android/bin/Wagic-debug.apk -r Wagic-android.apk -b $TRAVIS_BRANCH - python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l projects/mtg/psprelease.zip -r Wagic-psp.zip -b $TRAVIS_BRANCH -- python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l qt-gui-build/wagic -r Wagic-linux-QT -b $TRAVIS_BRANCH +- python tools/upload-binaries.py -t $GH_TOKEN -s $TRAVIS_COMMIT -l qt-gui-build/linuxqtrelease.zip -r Wagic-linux-QT.zip -b $TRAVIS_BRANCH diff --git a/tools/travis-script.sh b/tools/travis-script.sh index 01fa2ec0e..b61f11f15 100755 --- a/tools/travis-script.sh +++ b/tools/travis-script.sh @@ -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