diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-11-09 21:15:17 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-11-10 18:26:46 +0200 |
commit | f2219c8d3fb4a54da1fff74b8849c74b9a7de0c6 (patch) | |
tree | 47cc18e7ff9e27ee87e2b376e58d07bcade6d743 /.travis.yml | |
parent | e820dec1f98c7d8e85fc856b9ed81aed053cea7c (diff) | |
download | mariadb-git-f2219c8d3fb4a54da1fff74b8849c74b9a7de0c6.tar.gz |
Deb: add gdb as a build dependency for stack traces on test suite failures
If mysqld crashed during the test suite run and gdb is available,
a stack trace will be printed automatically.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 24ccd522868..273491ccc7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ addons: - debhelper - dh-apparmor - dpatch + - gdb - libaio-dev - libboost-dev - libjudy-dev |