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 0c12777 commit c83565b
Show file tree
Hide file tree
Showing 7 changed files with 126 additions and 30 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/cw308t-stm32f3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: cw308t-stm32f3 build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All (cw308t-stm32f3)
run: make PLATFORM=cw308t-stm32f3 -j2
21 changes: 21 additions & 0 deletions .github/workflows/cw308t-stm32f415.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: cw308t-stm32f415 build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All (cw308t-stm32f415)
run: make PLATFORM=cw308t-stm32f415 -j2
30 changes: 0 additions & 30 deletions .github/workflows/main.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/mps2-an386.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: mps2-an386 build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All (mps2-an386)
run: make PLATFORM=mps2-an386 -j2
21 changes: 21 additions & 0 deletions .github/workflows/nucleo-l476rg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: nucleo-l476rg build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All (nucleo-l476rg)
run: make PLATFORM=nucleo-l476rg -j2
21 changes: 21 additions & 0 deletions .github/workflows/nucleo-l4r5zi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: nucleo-l4r5zi build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All (nucleo-l4r5zi)
run: make PLATFORM=nucleo-l4r5zi -j2
21 changes: 21 additions & 0 deletions .github/workflows/stm32f4discovery.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: stm32f4discovery build
on:
push:
branches:
- master
pull_request:
branches: [ "master" ]
jobs:
build-all:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Toolchain
uses: carlosperate/[email protected]
with:
release: 13.2.Rel1
- name: Build All (stm32f4discovery)
run: make PLATFORM=stm32f4discovery -j2

0 comments on commit c83565b

Please sign in to comment.