summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnand Thakker <anandthakker@users.noreply.github.com>2017-02-28 14:11:35 -0800
committerGitHub <noreply@github.com>2017-02-28 14:11:35 -0800
commit4b81c924cc52e557fcae63725cd07a052ad1f4f7 (patch)
treee53c5d304b3ee5600c4ca90db7a2a80a051aa0da /.travis.yml
parentf8766f704a13d0bff7c04b346fe2653d314684fa (diff)
downloadqtlocation-mapboxgl-4b81c924cc52e557fcae63725cd07a052ad1f4f7.tar.gz
[core] Log Memory.Footprint test results (#8170)
* Log Memory.Footprint test output * On CI, only run Memory.Footprint test with libjemalloc
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d41cfa83a4..3b13902776 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -173,7 +173,8 @@ matrix:
- mapbox_export_mesa_library_path
script:
- make qt-app
- - LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so make run-qt-test-Memory.*:*.Load
+ - GTEST_OUTPUT=xml LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so make run-qt-test-Memory.*:*.Load
+ - scripts/log_memory_benchmarks.sh test_detail.xml "Platform=Linux,Compiler=${_CC},Arch=$(uname -m)"
# Qt 5 - GCC 5 - Release
- os: linux