attemp to get more info out of travis

This commit is contained in:
Ralph Dolmans 2020-01-16 00:51:42 +01:00
parent 53d85f903c
commit fd6456dd56

View file

@ -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)