Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 17, 2024
1 parent a22b783 commit 2e2e0fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-cross-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
strategy:
matrix:
target: [ bootloader, can, common, eeprom, i2c, motor-control, sensors, spi ]
fail-fast: false
name: ${{ matrix.target }} format
steps:
- name: Checkout github actions directory
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
strategy:
matrix:
target: [ gantry, gripper, head, pipettes, rear-panel]
fail-fast: false
name: ${{ matrix.target }} cross-compile build
steps:
- name: Checkout github actions directory
Expand Down Expand Up @@ -85,6 +87,12 @@ jobs:
cd build-cross
make ${{ matrix.target }}-applications
- name: Build bootloader applications
run: |
cd build-cross
make bootloader-${{ matrix.target }}-applications
- name: Run format-ci
run: |
cd build-cross
make ${{ matrix.target }}-format-ci

0 comments on commit 2e2e0fd

Please sign in to comment.