console uses .hex Looks like I broke MRE and Proteus with OpenBLT #4199

steps towards proper script in HW CI
This commit is contained in:
rusefillc 2022-05-25 10:47:05 -04:00
parent c7aa6f3d43
commit 9f5e205d9b
1 changed files with 4 additions and 1 deletions

View File

@ -60,9 +60,12 @@ jobs:
working-directory: ./firmware
run: make clean
- name: Set EXTRA env
run: echo "EXTRA_2_PARAMS=-DHARDWARE_CI" >> $GITHUB_ENV
- name: Build Firmware
working-directory: ./firmware
run: make -j6 EXTRA_2_PARAMS="-DHARDWARE_CI" PROJECT_BOARD=${{matrix.board}}
run: make -j6 PROJECT_BOARD=${{matrix.board}}
- name: Check for STLINK
run: lsusb | grep 'ST-LINK\|STLINK'