You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/compile-examples.yml
+29-6
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ jobs:
38
38
- libraries/RTC/examples/Test_RTC
39
39
- libraries/SoftwareSerial
40
40
- libraries/WDT
41
+
SKETCHES_REPORTS_PATH: sketches-reports
41
42
42
43
strategy:
43
44
fail-fast: false
@@ -65,6 +66,7 @@ jobs:
65
66
- libraries/RTC/examples/RTC_NTPSync
66
67
- libraries/RTC/examples/RTC_Alarm
67
68
- libraries/SFU
69
+
- libraries/KVStore/examples/StartCounter
68
70
- board:
69
71
fqbn: "arduino-git:renesas:XIAO_RA4M1"
70
72
additional-sketch-paths: |
@@ -80,14 +82,34 @@ jobs:
80
82
- libraries/RTC/examples/RTC_NTPSync
81
83
- libraries/RTC/examples/RTC_Alarm
82
84
- libraries/SFU
85
+
- libraries/KVStore/examples/StartCounter
86
+
- board:
87
+
fqbn: "arduino:renesas_uno:unor4wifi"
88
+
additional-sketch-paths: |
89
+
- libraries/Arduino_LED_Matrix
90
+
- libraries/WiFiS3
91
+
- libraries/OTAUpdate
92
+
- board:
93
+
fqbn: "arduino-git:renesas:unor4wifi"
94
+
additional-sketch-paths: |
95
+
- libraries/Arduino_LED_Matrix
96
+
- libraries/WiFiS3
97
+
- libraries/OTAUpdate
98
+
- libraries/OPAMP
99
+
- libraries/SoftwareATSE
100
+
- libraries/Preferences
101
+
- board:
102
+
fqbn: "arduino-git:renesas:minima"
103
+
additional-sketch-paths: |
104
+
- libraries/OPAMP
83
105
84
106
steps:
85
107
- name: Checkout repository
86
-
uses: actions/checkout@v3
108
+
uses: actions/checkout@v4
87
109
88
110
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
0 commit comments