add metro_rp2040 to ci build
This commit is contained in:
parent
e4f7c08f04
commit
af49d122ad
2 changed files with 3 additions and 2 deletions
5
.github/workflows/githubci.yml
vendored
5
.github/workflows/githubci.yml
vendored
|
|
@ -11,6 +11,7 @@ jobs:
|
||||||
- 'feather_esp32s2'
|
- 'feather_esp32s2'
|
||||||
- 'feather_esp32s3'
|
- 'feather_esp32s3'
|
||||||
- 'feather_rp2040'
|
- 'feather_rp2040'
|
||||||
|
- 'metro_rp2040'
|
||||||
- 'metro_m0'
|
- 'metro_m0'
|
||||||
- 'metro_m4'
|
- 'metro_m4'
|
||||||
- 'nrf52840'
|
- 'nrf52840'
|
||||||
|
|
@ -23,10 +24,10 @@ jobs:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout adafruit/ci-arduino
|
- name: Checkout adafruit/ci-arduino
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: adafruit/ci-arduino
|
repository: adafruit/ci-arduino
|
||||||
path: ci
|
path: ci
|
||||||
|
|
|
||||||
0
examples/Rp2040SdioSetup/.metro_rp2040.test.only
Normal file
0
examples/Rp2040SdioSetup/.metro_rp2040.test.only
Normal file
Loading…
Reference in a new issue