debug configure failure on travis
This commit is contained in:
parent
6fd4e974cf
commit
0cec24fe65
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- export SCONSFLAGS='--debug=time'
|
- export SCONSFLAGS='--debug=time'
|
||||||
- configure BENCHMARK=${BENCH}
|
- configure BENCHMARK=${BENCH} || cat config.log
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
- enabled ${COVERAGE} coverage
|
- enabled ${COVERAGE} coverage
|
||||||
|
|
Loading…
Reference in a new issue