Skip to content

Commit 9d9b509

Browse files
committed
add metro_m4 test
1 parent 1595e2f commit 9d9b509

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
arduino-platform: ['metro_m0']
10+
arduino-platform: ['metro_m0', 'metro_m4']
1111

1212
runs-on: ubuntu-latest
1313

extras/build_all.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
fail_count = 0
1111

1212
build_format = '| {:22} | {:30} | {:9} '
13-
build_separator = '-' * 78
13+
build_separator = '-' * 80
1414

15-
all_boards = [ 'metro_m0' ]
15+
all_boards = [ 'metro_m0', 'metro_m4' ]
1616

1717
build_boards = []
1818

@@ -40,7 +40,7 @@ def build_examples(variant):
4040

4141
print('\n')
4242
print(build_separator)
43-
print('| {:^74} |'.format('Board ' + variant))
43+
print('| {:^76} |'.format('Board ' + variant))
4444
print(build_separator)
4545
print((build_format + '| {:6} |').format('Library', 'Example', 'Result', 'Time'))
4646
print(build_separator)

0 commit comments

Comments
 (0)