Skip to content

Commit 15531ce

Browse files
committed
test ci-arduino add-wall
1 parent d26aa1b commit 15531ce

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
arduino-platform:
12-
# Alphabetical order
12+
# nRF52
1313
- 'cpb'
14+
- 'nrf52840'
15+
# RP2040
16+
- 'feather_rp2040_tinyusb'
17+
- 'pico_rp2040_tinyusb'
18+
# SAMD
1419
- 'feather_m4_can_tinyusb'
1520
- 'metro_m0_tinyusb'
1621
- 'metro_m4_tinyusb'
17-
- 'nrf52840'
1822

1923
steps:
2024
- name: Setup Python
@@ -29,6 +33,7 @@ jobs:
2933
uses: actions/checkout@v2
3034
with:
3135
repository: adafruit/ci-arduino
36+
ref: 'add-wall'
3237
path: ci
3338

3439
- name: pre-install
@@ -58,8 +63,9 @@ jobs:
5863
- name: pre-install
5964
run: bash ci/actions_install.sh
6065

61-
- name: clang
62-
run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
66+
# skip clang for now since tinyusb stack does not follow this rule
67+
#- name: clang
68+
# run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .
6369

6470
- name: doxygen
6571
env:

0 commit comments

Comments
 (0)