summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-30 11:37:10 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-30 11:37:10 -0400
commit64f383e3f67ff54da2ef68c549bef7dd9d0eb5d1 (patch)
tree0a638d4b7b01acd70d84f9b24db1c0c24718221d /.travis.yml
parente38b02ff5897ef4bfd3666171f944213a256dd74 (diff)
downloadqtlocation-mapboxgl-64f383e3f67ff54da2ef68c549bef7dd9d0eb5d1.tar.gz
customize concurrent JOBS per compiler/platform
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index f09282a9c3..4c88e402ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,16 +5,16 @@ matrix:
- os: linux
include:
- os: linux
- env: BUILDTYPE=Release
+ env: BUILDTYPE=Release JOBS=16
compiler: clang
- os: linux
- env: BUILDTYPE=Debug
+ env: BUILDTYPE=Debug JOBS=8
compiler: clang
- os: linux
- env: BUILDTYPE=Release
+ env: BUILDTYPE=Release JOBS=4
compiler: gcc
- os: osx
- env: BUILDTYPE=Debug
+ env: BUILDTYPE=Debug JOBS=4
compiler: clang
env: