commit ee1112f1b7355a7ebedf0465aa165c2938d83b37
parent 3800615da9eaf9e8b26d9040c882c74084d688e4
Author: James McCoy <jamessan@jamessan.com>
Date: Sun, 6 Mar 2022 13:58:21 -0500
ci(bsd): install gdb to get backtraces from cores
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
@@ -12,6 +12,7 @@ packages:
- gettext
- python
- libffi
+- gdb
sources:
- https://github.com/neovim/neovim
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
@@ -12,6 +12,7 @@ packages:
- libtool
- ninja-1.10.2p0
- unzip-6.0p14
+- gdb
sources:
- https://github.com/neovim/neovim