Update build.yml
Updated workflow to include new board and shield
This commit is contained in:
parent
dd165c6829
commit
c44693cd48
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
name: Build Test
|
name: Build Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
board: [proton_c, nice_nano]
|
board: [proton_c, nice_nano, bluemicro52840_v1]
|
||||||
shield:
|
shield:
|
||||||
- corne_left
|
- corne_left
|
||||||
- corne_right
|
- corne_right
|
||||||
|
@ -16,6 +16,8 @@ jobs:
|
||||||
- kyria_right
|
- kyria_right
|
||||||
- lily58_left
|
- lily58_left
|
||||||
- lily58_right
|
- lily58_right
|
||||||
|
- splitreus62_left
|
||||||
|
- splitreus62_right
|
||||||
include:
|
include:
|
||||||
- board: proton_c
|
- board: proton_c
|
||||||
shield: clueboard_california
|
shield: clueboard_california
|
||||||
|
|
Loading…
Reference in a new issue