mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-21 06:02:55 -05:00
attemp to get more info out of travis
This commit is contained in:
parent
53d85f903c
commit
fd6456dd56
1 changed files with 2 additions and 1 deletions
|
|
@ -9,9 +9,10 @@ addons:
|
|||
- libevent-dev
|
||||
- libexpat-dev
|
||||
- clang
|
||||
- gdb
|
||||
script:
|
||||
- ./configure --enable-debug --disable-flto
|
||||
- make
|
||||
- make test
|
||||
- ./testbound -p ./testdata/rpz_respip.rpl
|
||||
- gdb -batch ./testbound -ex "r -p testdata/rpz_respip.rpl" -ex "bt"
|
||||
- (cd testdata/clang-analysis.tdir; bash clang-analysis.test)
|
||||
|
|
|
|||
Loading…
Reference in a new issue