travis: add SCons timings, fix comment in Makefile

This commit is contained in:
Mickey Rose 2016-01-31 15:36:00 +01:00
parent 4ef8efd554
commit f9248914af
2 changed files with 2 additions and 2 deletions

View file

@ -99,7 +99,7 @@ script:
else
./configure BENCHMARK=${BENCH};
fi
- make
- SCONSFLAGS='--debug=time' make
- make test || TEST_RESULT=$?
- if [[ ${COVERAGE} == true ]]; then
./mason_packages/.link/bin/cpp-coveralls --build-root . --gcov-options '\-lp' --exclude mason_packages --exclude .sconf_temp --exclude benchmark --exclude deps --exclude scons --exclude test --exclude demo --exclude docs --exclude fonts --exclude utils > /dev/null;

View file

@ -41,7 +41,7 @@ python:
python bindings/python/test/visual.py -q
src/json/libmapnik-json.a:
# we first build memory intensive files with -j1
# we first build memory intensive files with -j$(HEAVY_JOBS)
$(PYTHON) scons/scons.py -j$(HEAVY_JOBS) \
--config=cache --implicit-cache --max-drift=1 \
src/renderer_common/render_group_symbolizer.os \