Skip to content

Commit e127cc5

Browse files
committed
dist: travis: add gdb to travis
1 parent 4ae8980 commit e127cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/tools/travis-scripts/get-pkg-list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
arm_pkgs = ["gcc-arm-none-eabi"]
3838
msp_pkgs = ["gcc-msp430"]
3939
x86_pkgs = ["qemu-system-x86", "g++-multilib", "gcc-multilib",
40-
"build-essential","python-pip"]
40+
"build-essential","python-pip", "gdb"]
4141
avr8_pkgs = ["gcc-avr", "binutils-avr", "avr-libc"]
4242
static_tests_pkgs = ["doxygen", "cppcheck"]
4343
all_mcu_pkgs = arm_pkgs + msp_pkgs + \

0 commit comments

Comments
 (0)