1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

dist: travis: add gdb to travis

This commit is contained in:
Cenk Gündoğan 2016-03-24 09:05:04 +01:00
parent 4ae8980a6e
commit e127cc5680

View File

@ -37,7 +37,7 @@ common_pkgs = common_pkgs + ["cmake"]
arm_pkgs = ["gcc-arm-none-eabi"]
msp_pkgs = ["gcc-msp430"]
x86_pkgs = ["qemu-system-x86", "g++-multilib", "gcc-multilib",
"build-essential","python-pip"]
"build-essential","python-pip", "gdb"]
avr8_pkgs = ["gcc-avr", "binutils-avr", "avr-libc"]
static_tests_pkgs = ["doxygen", "cppcheck"]
all_mcu_pkgs = arm_pkgs + msp_pkgs + \