Skip to content

Commit bdb453b

Browse files
committed
CI: test multi-compiler build
1 parent 7dc6c2f commit bdb453b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/nucleo-l4r5zi.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ on:
66
branches: [ "main" ]
77
jobs:
88
build-all:
9+
strategy:
10+
matrix:
11+
arm-gcc-release: [14.2.Rel1, 13.3.Rel1, 12.3.Rel1]
912
runs-on: ubuntu-latest
13+
name: nucleo-l4r5zi build (gcc ${{ matrix.system }})
1014
steps:
1115
- name: Checkout
1216
uses: actions/checkout@v4
1317
with:
1418
submodules: recursive
1519
- name: Install Toolchain
16-
uses: carlosperate/arm-none-eabi-gcc-action@v1.8.0
20+
uses: carlosperate/arm-none-eabi-gcc-action@v1.10.0
1721
with:
18-
release: 13.2.Rel1
22+
release: ${{ matrix.arm-gcc-release }}
1923
- name: Build All (nucleo-l4r5zi)
2024
run: make PLATFORM=nucleo-l4r5zi -j2

0 commit comments

Comments
 (0)