From fd6456dd563acb80758ada32ce26f0a5fc0c1985 Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Thu, 16 Jan 2020 00:51:42 +0100 Subject: [PATCH] attemp to get more info out of travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)