travis: fewer jobs to try to work around oom
This commit is contained in:
parent
edbc972de7
commit
c0f8dd8d47
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ before_script:
|
|||
|
||||
script:
|
||||
- ./configure CXX="${CXX}" CC="${CC}" CUSTOM_CXXFLAGS="${CUSTOM_CXXFLAGS}" CUSTOM_LDFLAGS="${CUSTOM_LDFLAGS}" XML_PARSER="${XML_PARSER}" ENABLE_LOG="${ENABLE_LOG}" DEBUG="${DEBUG}" DEMO="${DEMO}" BENCHMARK="${BENCHMARK}" CPP_TESTS=True CAIRO=True FAST=True || cat config.log
|
||||
- if [[ "${DEBUG}" == true ]]; then JOBS=2 make; else JOBS=4 make; fi;
|
||||
- if [[ "${DEBUG}" == true ]]; then JOBS=1 make; else JOBS=2 make; fi;
|
||||
- git clone https://github.com/mapbox/mapnik-test-data tests/data/mapnik-test-data
|
||||
- make test
|
||||
- source localize.sh && make grind
|
||||
|
|
Loading…
Reference in a new issue