Skip to content

Commit

Permalink
more CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Mar 26, 2024
1 parent 82c6d7a commit 0c12777
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,15 @@ jobs:
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All
run: make PLATFORM=mps2-an386 -j2
- name: Build All (stm32f4discovery)
run: make PLATFORM=stm32f4discovery -j2
- name: Build All (nucleo-l476rg)
run: make PLATFORM=nucleo-l476rg -j2
- name: Build All (nucleo-l4r5zi)
run: make PLATFORM=nucleo-l4r5zi -j2
- name: Build All (cw308t-stm32f3)
run: make PLATFORM=cw308t-stm32f3 -j2
- name: Build All (cw308t-stm32f415)
run: make PLATFORM=cw308t-stm32f415 -j2
- name: Build All (mps2-an386)
run: make PLATFORM=mps2-an386 -j2

0 comments on commit 0c12777

Please sign in to comment.