summaryrefslogtreecommitdiff
path: root/platform/qt
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-06-16 17:24:09 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-06-21 19:12:32 +0200
commit7ea0a0db32300cac63775501bd92bb884ef550c4 (patch)
tree3412f4da96ba0859a942a38fd8c1fccc4170c3c0 /platform/qt
parentddc6bc330f4d92cf400e8c0b8c914f659884ecb6 (diff)
downloadqtlocation-mapboxgl-7ea0a0db32300cac63775501bd92bb884ef550c4.tar.gz
[tests] Run memory tests on travis
Qt4 will run tests with libjemalloc.so. The Memory.Footprint and the Memory.Fragmentation will only run with libjemalloc.so because we have then a better control over the results.
Diffstat (limited to 'platform/qt')
-rw-r--r--platform/qt/bitrise-qt4.yml2
-rw-r--r--platform/qt/bitrise-qt5.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/qt/bitrise-qt4.yml b/platform/qt/bitrise-qt4.yml
index 24e0f44932..aeff150ee7 100644
--- a/platform/qt/bitrise-qt4.yml
+++ b/platform/qt/bitrise-qt4.yml
@@ -34,7 +34,7 @@ workflows:
brew linkapps qt
export BUILDTYPE=Debug
make qt-app
- make test-qt
+ make test-qt-*
- is_debug: 'yes'
- slack:
title: Post to Slack
diff --git a/platform/qt/bitrise-qt5.yml b/platform/qt/bitrise-qt5.yml
index 18fa44dd2c..a612263e48 100644
--- a/platform/qt/bitrise-qt5.yml
+++ b/platform/qt/bitrise-qt5.yml
@@ -35,7 +35,7 @@ workflows:
export BUILDTYPE=Debug
make qt-app
make qt-qml-app
- make test-qt
+ make test-qt-*
- is_debug: 'yes'
- slack:
title: Post to Slack