File tree Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Expand file tree Collapse file tree 1 file changed +25
-10
lines changed Original file line number Diff line number Diff line change 11name : Compile Examples
22
3- on : [pull_request, push]
3+ on :
4+ pull_request :
5+ paths :
6+ - " .github/workflows/compile-examples.yml"
7+ - " cores/**"
8+ - " libraries/**"
9+ - " variants/**"
10+ - " boards.txt"
11+ - " platform.txt"
12+ push :
13+ paths :
14+ - " .github/workflows/compile-examples.yml"
15+ - " cores/**"
16+ - " libraries/**"
17+ - " variants/**"
18+ - " boards.txt"
19+ - " platform.txt"
420
521jobs :
6- compile-test :
22+ compile-examples :
723 runs-on : ubuntu-latest
824
925 env :
@@ -14,22 +30,21 @@ jobs:
1430 fail-fast : false
1531
1632 matrix :
17- board : [
18- {"fqbn": "arduino-beta:mbed:nano33ble"},
19- {"fqbn": "arduino-beta:mbed:envie_m4"},
20- {"fqbn": "arduino-beta:mbed:envie_m7"}
21- ]
33+ board :
34+ - fqbn : arduino-beta:mbed:nano33ble
35+ - fqbn : arduino-beta:mbed:envie_m4
36+ - fqbn : arduino-beta:mbed:envie_m7
2237
2338 # compile only the examples compatible with each board
2439 include :
2540 - board :
26- fqbn : " arduino-beta:mbed:nano33ble"
41+ fqbn : arduino-beta:mbed:nano33ble
2742 additional-sketch-paths : ' "libraries/PDM" "libraries/ThreadDebug"'
2843 - board :
29- fqbn : " arduino-beta:mbed:envie_m4"
44+ fqbn : arduino-beta:mbed:envie_m4
3045 additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" '
3146 - board :
32- fqbn : " arduino-beta:mbed:envie_m7"
47+ fqbn : arduino-beta:mbed:envie_m7
3348 additional-sketch-paths : ' "libraries/doom" "libraries/KernelDebug" "libraries/Portenta_Audio" "libraries/Portenta_SDCARD" "libraries/Portenta_System" "libraries/Portenta_Video" "libraries/ThreadDebug" "libraries/USBHOST"'
3449
3550 steps :
You can’t perform that action at this time.
0 commit comments