feat: add test for arm-zephyr-eabi-gdb

PR: zmkfirmware/zmk-docker#83
This commit is contained in:
innovaker 2021-06-15 17:38:34 +01:00
parent edbe962492
commit d1f45823e4

View File

@ -421,6 +421,9 @@ jobs:
run: ssh -V
- name: Test gdb
run: gdb --version
- name: Test arm-zephyr-eabi-gdb
if: ${{ matrix.architecture == 'arm' }}
run: /opt/zephyr-sdk-${ZEPHYR_SDK_VERSION}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb --version
- name: Test socat
run: socat -V
- name: Stop container