Activated perf logs with qt console config

This commit is contained in:
xawotihs
2014-12-27 11:47:54 +01:00
parent 793c4d1d7d
commit db922a0e77
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ script: "tools/travis-script.sh"
after_success:
- du -a
- coveralls -b qt-gui-build -e JGE/src -e JGE/include -i projects/mtg/include -i projects/mtg/src --gcov-options '\-lp'
- coveralls -e JGE/src -e JGE/include -i projects/mtg/include -i projects/mtg/src --gcov-options '\-lp'
- 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