File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
22
compile-examples :
23
23
runs-on : ubuntu-latest
24
24
25
- env :
26
- # sketch paths to compile (recursive) compatible with all boards
27
- UNIVERSAL_SKETCH_PATHS : ' "libraries/Scheduler"'
28
-
29
25
strategy :
30
26
fail-fast : false
31
27
@@ -39,13 +35,13 @@ jobs:
39
35
include :
40
36
- board :
41
37
fqbn : arduino-beta:mbed:nano33ble
42
- additional-sketch-paths : ' "libraries/PDM" "libraries/ThreadDebug"'
38
+ additional-sketch-paths : ' "libraries/PDM" "libraries/ThreadDebug" "libraries/Scheduler" '
43
39
- board :
44
40
fqbn : arduino-beta:mbed:envie_m4
45
41
additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" '
46
42
- board :
47
43
fqbn : arduino-beta:mbed:envie_m7
48
- additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" "libraries/ThreadDebug" "libraries/USBHOST"'
44
+ additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" "libraries/ThreadDebug" "libraries/USBHOST" "libraries/Scheduler" '
49
45
50
46
steps :
51
47
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments