drop # of JOBS
This commit is contained in:
parent
abd1c441de
commit
10daf73f56
1 changed files with 4 additions and 3 deletions
|
@ -9,13 +9,13 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: JOBS=12
|
env: JOBS=4
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env: JOBS=12
|
env: JOBS=4
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: JOBS=6
|
env: JOBS=2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ $(uname -s) == 'Linux' ]]; then psql -U postgres -c 'create database template_postgis;' -U postgres; psql -U postgres -c 'create extension postgis;' -d template_postgis -U postgres; fi;
|
- if [[ $(uname -s) == 'Linux' ]]; then psql -U postgres -c 'create database template_postgis;' -U postgres; psql -U postgres -c 'create extension postgis;' -d template_postgis -U postgres; fi;
|
||||||
|
@ -28,3 +28,4 @@ script:
|
||||||
- cat config.log
|
- cat config.log
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
- make bench
|
||||||
|
|
Loading…
Reference in a new issue