From 74b33d3042b72542bc2e68ccaa5021cc3f5ed30a Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 24 Sep 2014 16:00:27 -0700 Subject: [PATCH] back to 2 JOBS --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a47f9160..ca242bc0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,12 +40,12 @@ before_script: - wget http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.34.tar.bz2 - tar xf harfbuzz-0.9.34.tar.bz2 - cd harfbuzz-0.9.34 - - ./configure --prefix=/usr --with-icu --with-cairo=no --with-glib=no --with-gobject=no --with-graphite2=no --with-freetype --with-uniscribe=no --with-coretext=no && make && sudo make install + - ./configure --prefix=/usr --with-icu --with-cairo=no --with-glib=no --with-gobject=no --with-graphite2=no --with-freetype --with-uniscribe=no --with-coretext=no && make -j2 && sudo make -j2 install - cd ../ 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=1 make; else JOBS=1 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