From: Ralph Dolmans Date: Wed, 15 Jan 2020 23:51:42 +0000 (+0100) Subject: attemp to get more info out of travis X-Git-Tag: release-1.10.0rc1~28^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd6456dd563acb80758ada32ce26f0a5fc0c1985;p=thirdparty%2Funbound.git attemp to get more info out of travis --- diff --git a/.travis.yml b/.travis.yml index afe716aec..f7ded5e56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)