]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
attemp to get more info out of travis
authorRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 15 Jan 2020 23:51:42 +0000 (00:51 +0100)
committerRalph Dolmans <ralph@nlnetlabs.nl>
Wed, 15 Jan 2020 23:51:42 +0000 (00:51 +0100)
.travis.yml

index afe716aecc4c4ff2d4f174d5c2c7c30627ebecfe..f7ded5e562b768e77338199c6e251ada81689165 100644 (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)