Skip to content
Snippets Groups Projects
Commit e127cc56 authored by Cenk Gündoğan's avatar Cenk Gündoğan
Browse files

dist: travis: add gdb to travis

parent 4ae8980a
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ common_pkgs = common_pkgs + ["cmake"] ...@@ -37,7 +37,7 @@ common_pkgs = common_pkgs + ["cmake"]
arm_pkgs = ["gcc-arm-none-eabi"] arm_pkgs = ["gcc-arm-none-eabi"]
msp_pkgs = ["gcc-msp430"] msp_pkgs = ["gcc-msp430"]
x86_pkgs = ["qemu-system-x86", "g++-multilib", "gcc-multilib", 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"] avr8_pkgs = ["gcc-avr", "binutils-avr", "avr-libc"]
static_tests_pkgs = ["doxygen", "cppcheck"] static_tests_pkgs = ["doxygen", "cppcheck"]
all_mcu_pkgs = arm_pkgs + msp_pkgs + \ all_mcu_pkgs = arm_pkgs + msp_pkgs + \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment