update build.yml
This commit is contained in:
parent
8b9b247592
commit
26057c0200
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build.yml
vendored
8
.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, bluemicro840_v1, nrfmicro_13]
|
board: [nice_nano, bluemicro840_v1, nrfmicro_13]
|
||||||
shield:
|
shield:
|
||||||
- corne_left
|
- corne_left
|
||||||
- corne_right
|
- corne_right
|
||||||
|
@ -26,6 +26,12 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- board: proton_c
|
- board: proton_c
|
||||||
shield: clueboard_california
|
shield: clueboard_california
|
||||||
|
- board: proton_c
|
||||||
|
shield: romac
|
||||||
|
- board: proton_c
|
||||||
|
shield: romac_plus
|
||||||
|
- board: proton_c
|
||||||
|
shield: settings_reset
|
||||||
steps:
|
steps:
|
||||||
# To use this repository's private action,
|
# To use this repository's private action,
|
||||||
# you must check out the repository
|
# you must check out the repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue