summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-04-25 16:20:34 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-04-25 16:20:34 +0300
commit4c548fe0bb62b5bdd045013ad08288a0615a3489 (patch)
treee3a6297e6fc06ebbeeb17381242751b552015207 /.travis.yml
parentdb9f305b4954caa3e88ff480d8552b2685b55c97 (diff)
downloadqtlocation-mapboxgl-4c548fe0bb62b5bdd045013ad08288a0615a3489.tar.gz
[build] Added 'qt-app' targets to Travis Qt build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 19d358b106..d7d180e2f6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -98,7 +98,7 @@ matrix:
env: FLAVOR=qt4 BUILDTYPE=Release _CXX=g++-4.9 _CC=gcc-4.9
addons: *qt4
script:
- - make test-qt
+ - make qt-app test-qt
# Qt 5 - Release
- language: cpp
@@ -106,7 +106,7 @@ matrix:
env: FLAVOR=qt5 BUILDTYPE=Release _CXX=g++-4.9 _CC=gcc-4.9
addons: *qt5
script:
- - make test-qt
+ - make qt-app test-qt
cache:
directories: