summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-09 09:04:48 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-09 09:04:48 +1100
commitcc83df8bcdc072880a972461e36f21b8d0743d06 (patch)
tree492b5d7d000dc06d396be535a2edf66c957562ed /.travis.yml
parent811455d15a531a05d2b0d844865398dd2a86d167 (diff)
downloadqtlocation-mapboxgl-cc83df8bcdc072880a972461e36f21b8d0743d06.tar.gz
Try more Travis build types
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d6a70b55e..2e93037871 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,15 +7,33 @@ matrix:
- os: linux
env: BUILDTYPE=Release JOBS=16 MASON_PLATFORM=android
compiler: clang
+ - os: linux
+ env: BUILDTYPE=Debug JOBS=16 MASON_PLATFORM=android
+ compiler: clang
+ - os: linux
+ env: BUILDTYPE=Release JOBS=16
+ compiler: clang
- os: linux
env: BUILDTYPE=Debug JOBS=16
compiler: clang
- os: linux
env: BUILDTYPE=Release JOBS=8
compiler: gcc
+ - os: linux
+ env: BUILDTYPE=Debug JOBS=8
+ compiler: gcc
+ - os: osx
+ env: BUILDTYPE=Release JOBS=8
+ compiler: clang
- os: osx
env: BUILDTYPE=Debug JOBS=8
compiler: clang
+ - os: osx
+ env: BUILDTYPE=Release JOBS=8 MASON_PLATFORM=android
+ compiler: clang
+ - os: osx
+ env: BUILDTYPE=Debug JOBS=8 MASON_PLATFORM=android
+ compiler: clang
env:
global: