-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #337 from mupq/moreci
More CI and add excluded schemes on all platforms
- Loading branch information
Showing
10 changed files
with
163 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
name: mps2-an386 build | ||
on: | ||
push: | ||
branches: | ||
- master | ||
pull_request: | ||
types: [review_requested] | ||
branches: [ "master" ] | ||
jobs: | ||
build-all: | ||
runs-on: ubuntu-latest | ||
|
@@ -16,5 +17,5 @@ jobs: | |
uses: carlosperate/[email protected] | ||
with: | ||
release: 13.2.Rel1 | ||
- name: Build All | ||
run: make PLATFORM=mps2-an386 -j2 | ||
- name: Build All (mps2-an386) | ||
run: make PLATFORM=mps2-an386 -j2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters