File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 11
11
- " .github/workflows/compile-examples.yml"
12
12
- " examples/**"
13
13
- " src/**"
14
- - " !examples/Display/Show_GIF/"
15
14
# Scheduled trigger checks for breakage caused by changes to external resources (libraries, platforms)
16
15
schedule :
17
16
# run every Saturday at 3 AM UTC
59
58
- name: Adafruit ST7735 and ST7789 Library
60
59
- name: Arduino_MCHPTouch
61
60
sketch-paths : |
62
- - './examples/'
61
+ # Ignoring Display/AnimatedGif compiling the rest of them
62
+ - './examples/Actuators/'
63
+ - './examples/All_Features/'
64
+ - './examples/Grove_Inputs/'
65
+ - './examples/LEDs-Examples/'
66
+ - './examples/SD_card/'
67
+ - './examples/Sensors'
68
+ - './examples/TouchPads'
69
+ - './examples/Display/Compose_images/'
70
+ - './examples/Display/Graphics/'
71
+
63
72
enable-deltas-report : true
64
73
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
65
74
You can’t perform that action at this time.
0 commit comments