Skip to content

Commit 0147093

Browse files
committed
update
1 parent 0d320bb commit 0147093

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-cross-target.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
target: [ bootloader, can, common, eeprom, i2c, motor-control, sensors, spi ]
26+
fail-fast: false
2627
name: ${{ matrix.target }} format
2728
steps:
2829
- name: Checkout github actions directory
@@ -57,6 +58,7 @@ jobs:
5758
strategy:
5859
matrix:
5960
target: [ gantry, gripper, head, pipettes, rear-panel]
61+
fail-fast: false
6062
name: ${{ matrix.target }} cross-compile build
6163
steps:
6264
- name: Checkout github actions directory
@@ -85,6 +87,12 @@ jobs:
8587
cd build-cross
8688
make ${{ matrix.target }}-applications
8789
90+
- name: Build bootloader applications
91+
run: |
92+
cd build-cross
93+
make bootloader-${{ matrix.target }}-applications
94+
8895
- name: Run format-ci
8996
run: |
97+
cd build-cross
9098
make ${{ matrix.target }}-format-ci

0 commit comments

Comments
 (0)