summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-06-08 18:18:14 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-06-09 19:56:35 +0300
commitc4e5ebbfee14bd3223ad77533b0d9cc01074902b (patch)
treed9994bfe6f375f1feaf24e67d12118f2316504e7 /.travis.yml
parent8bbb7216367890b9a8d0e5bc7899d180e3af1e87 (diff)
downloadqtlocation-mapboxgl-c4e5ebbfee14bd3223ad77533b0d9cc01074902b.tar.gz
[Qt][build] Run Qt valgrind test on the bots
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ae5baac60..eb7e2668f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,13 +18,13 @@ addons_shortcuts:
addons_qt4: &qt4
apt:
sources: [ 'ubuntu-toolchain-r-test' ]
- packages: [ 'gdb', 'g++-5', 'gcc-5',
+ packages: [ 'g++-5', 'gcc-5',
'mesa-utils', 'qt4-default' ]
addons_qt5: &qt5
apt:
sources: [ 'ubuntu-toolchain-r-test' ]
- packages: [ 'gdb', 'g++-5', 'gcc-5',
- 'mesa-utils', 'qt5-default', 'libqt5opengl5-dev', 'qtdeclarative5-dev', 'qtpositioning5-dev', 'qtlocation5-dev' ]
+ packages: [ 'g++-5', 'gcc-5',
+ 'mesa-utils', 'libc6-dbg', 'qt5-default', 'libqt5opengl5-dev', 'qtdeclarative5-dev', 'qtpositioning5-dev', 'qtlocation5-dev' ]
env:
global:
@@ -112,7 +112,8 @@ matrix:
env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5
addons: *qt4
script:
- - make qt-app test-qt
+ - make qt-app
+ - make test-qt
# Qt 5 - Release
- os: linux
@@ -123,7 +124,9 @@ matrix:
env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5
addons: *qt5
script:
- - make qt-app qt-qml-app test-qt
+ - make qt-app
+ - make qt-qml-app
+ - make test-valgrind-qt
cache:
directories: