summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-17 04:02:22 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-12-17 04:02:22 +0000
commit53f4c92de67c765c19a1077ae2a19fc027a283b7 (patch)
tree397e4aad8643b41c1a63e6cd2ab3b05247abe9ef /.travis.yml
parent64dcd50b9953cad388db44f772c7dbee1cb34b7d (diff)
downloadswig-53f4c92de67c765c19a1077ae2a19fc027a283b7.tar.gz
Travis octave parallel builds set to 2 as -j quickly ran out of memory
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 225e4abb9..32a29d37e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -40,13 +40,13 @@ matrix:
env: SWIGLANG=lua
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j # 3.2
+ env: SWIGLANG=octave SWIGJOBS=-j2 # 3.2
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j VER=3.8
+ env: SWIGLANG=octave SWIGJOBS=-j2 VER=3.8
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j VER=4.0
+ env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.0
- compiler: gcc
os: linux
env: SWIGLANG=perl5
@@ -157,11 +157,11 @@ matrix:
# Occasional gcc internal compiler error
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j VER=3.8
+ env: SWIGLANG=octave SWIGJOBS=-j2 VER=3.8
# Occasional gcc internal compiler error
- compiler: gcc
os: linux
- env: SWIGLANG=octave SWIGJOBS=-j VER=4.0
+ env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.0
# Not quite working yet
- compiler: gcc
os: linux