Skip to content

Commit 6066ba1

Browse files
committed
Add debug tools to .travis.yml
1 parent 74799be commit 6066ba1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ jobs:
9696
- g++-5
9797
- libubsan0
9898
- parallel
99+
- gdb
100+
- valgrind
99101
before_install:
100102
- mkdir bin
101103
- ln -s /usr/bin/gcc-5 bin/gcc
102104
- ln -s /usr/bin/g++-5 bin/g++
103-
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
105+
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer -g"
104106
env:
105107
- COMPILER="ccache /usr/bin/g++-5"
106108
- EXTRA_CXXFLAGS="-D_GLIBCXX_DEBUG"

0 commit comments

Comments
 (0)