github: Accounting for the fact that all_platforms builds BMDA too.
This commit is contained in:
parent
91475c775c
commit
6e91aa509c
|
@ -24,8 +24,11 @@ jobs:
|
|||
# Use embedded toolchain
|
||||
- uses: numworks/setup-arm-toolchain@2020-q4
|
||||
|
||||
- name: Install BMDA dependencies
|
||||
run: sudo apt-get -y install libftdi1-dev libhidapi-dev
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Build all platform firmwares
|
||||
- name: Build all platform firmwares and Linux BMDA
|
||||
run: make all_platforms
|
||||
|
||||
- name: Archive firmware build artifacts as a zip
|
||||
|
|
|
@ -25,15 +25,8 @@ jobs:
|
|||
- uses: numworks/setup-arm-toolchain@2020-q4
|
||||
|
||||
# Build all the firmwares
|
||||
- name: Build all platform firmwares
|
||||
run: make all_platforms
|
||||
|
||||
- name: Clean
|
||||
run: make clean
|
||||
|
||||
# Build Black Magic Debug App variants
|
||||
- name: Build BMDA BMP Only
|
||||
run: make PROBE_HOST=hosted HOSTED_BMP_ONLY=1
|
||||
- name: Build all platform firmwares and BMP only BMPA
|
||||
run: make all_platforms HOSTED_BMP_ONLY=1
|
||||
|
||||
- name: Clean
|
||||
run: make clean
|
||||
|
@ -41,5 +34,5 @@ jobs:
|
|||
- name: Install BMDA dependencies
|
||||
run: sudo apt-get -y install libftdi1-dev libhidapi-dev
|
||||
|
||||
- name: Build BMDA binary
|
||||
- name: Build full BMDA binary
|
||||
run: make PROBE_HOST=hosted
|
||||
|
|
Loading…
Reference in New Issue