Travis octave parallel builds set to 2 as -j quickly ran out of memory
This commit is contained in:
parent
64dcd50b99
commit
53f4c92de6
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -40,13 +40,13 @@ matrix:
|
||||||
env: SWIGLANG=lua
|
env: SWIGLANG=lua
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
env: SWIGLANG=octave SWIGJOBS=-j # 3.2
|
env: SWIGLANG=octave SWIGJOBS=-j2 # 3.2
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
env: SWIGLANG=octave SWIGJOBS=-j VER=3.8
|
env: SWIGLANG=octave SWIGJOBS=-j2 VER=3.8
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
env: SWIGLANG=octave SWIGJOBS=-j VER=4.0
|
env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.0
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
env: SWIGLANG=perl5
|
env: SWIGLANG=perl5
|
||||||
|
|
@ -157,11 +157,11 @@ matrix:
|
||||||
# Occasional gcc internal compiler error
|
# Occasional gcc internal compiler error
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
env: SWIGLANG=octave SWIGJOBS=-j VER=3.8
|
env: SWIGLANG=octave SWIGJOBS=-j2 VER=3.8
|
||||||
# Occasional gcc internal compiler error
|
# Occasional gcc internal compiler error
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
env: SWIGLANG=octave SWIGJOBS=-j VER=4.0
|
env: SWIGLANG=octave SWIGJOBS=-j2 VER=4.0
|
||||||
# Not quite working yet
|
# Not quite working yet
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
os: linux
|
os: linux
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue