Skip to content

Commit 5d14896

Browse files
committed
Install gdb on macos builds
1 parent 6eb9dc1 commit 5d14896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
compiler: clang
117117
cache: ccache
118118
before_install:
119-
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache parallel
119+
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache parallel gdb
120120
- export PATH=$PATH:/usr/local/opt/ccache/libexec
121121
env: COMPILER="ccache clang++"
122122

@@ -275,7 +275,7 @@ jobs:
275275
compiler: clang
276276
cache: ccache
277277
before_install:
278-
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache
278+
- HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache gdb
279279
- export PATH=$PATH:/usr/local/opt/ccache/libexec
280280
env:
281281
- BUILD_SYSTEM=cmake

0 commit comments

Comments
 (0)