Skip to content

Commit 60a7d64

Browse files
authored
added ci for nano r4
1 parent d1ae32d commit 60a7d64

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
id: git_minima
5858
- fqbn: arduino-git:renesas:unor4wifi
5959
id: git_wifi
60+
- fqbn: arduino-git:renesas:nanor4
61+
id: git_nanor4
6062

6163

6264
# make board type-specific customizations to the matrix jobs
@@ -112,6 +114,10 @@ jobs:
112114
fqbn: "arduino-git:renesas:minima"
113115
additional-sketch-paths: |
114116
- libraries/OPAMP
117+
- board:
118+
fqbn: "arduino-git:renesas:nanor4"
119+
additional-sketch-paths: |
120+
- libraries/OPAMP
115121
116122
steps:
117123
- name: Checkout repository

0 commit comments

Comments
 (0)