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

Merge pull request #5165 from cgundogan/pr/travis/gdb

dist: travis: add gdb to travis
parents 4ae8980a e127cc56
No related branches found
No related tags found
No related merge requests found
......@@ -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 + \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment