show throw_out_of_range symbol
This commit is contained in:
parent
dde1249068
commit
173993ed8c
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ script:
|
|||
- DURATION=2400
|
||||
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
|
||||
- RESULT=0
|
||||
- nm src/libmapnik.* | grep throw_out_of_range
|
||||
- make test || RESULT=$?
|
||||
# we allow visual failures with g++ for now: https://github.com/mapnik/mapnik/issues/3567
|
||||
- if [[ ${RESULT} != 0 ]] && [[ ${CXX} =~ 'clang++' ]]; then false; fi;
|
||||
|
|
Loading…
Reference in a new issue