Revert "allow visual test failures with g++"
This reverts commit 05936826b3
.
This commit is contained in:
parent
b2f8c0816b
commit
d4af8f177b
1 changed files with 1 additions and 4 deletions
|
@ -103,10 +103,7 @@ script:
|
||||||
# (and might work) for the next build
|
# (and might work) for the next build
|
||||||
- DURATION=2400
|
- DURATION=2400
|
||||||
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
|
- scripts/travis-command-wrapper.py -s "date" -i 120 --deadline=$(( $(date +%s) + ${DURATION} )) make
|
||||||
- RESULT=0
|
- make test
|
||||||
- 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;
|
|
||||||
- enabled ${COVERAGE} coverage
|
- enabled ${COVERAGE} coverage
|
||||||
- enabled ${BENCH} make bench
|
- enabled ${BENCH} make bench
|
||||||
- ./scripts/check_glibcxx.sh
|
- ./scripts/check_glibcxx.sh
|
||||||
|
|
Loading…
Reference in a new issue