Skip to content

Commit ac0c599

Browse files
committed
.github/workflows: Comment library examples.
Signed-off-by: MDin <[email protected]>
1 parent 7211874 commit ac0c599

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/workflows/compile-platform-examples.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,39 +125,39 @@ jobs:
125125
- board:
126126
i2s: true
127127
i2s-sketch-paths: |
128-
- libraries/I2S
128+
#- libraries/I2S
129129
- board:
130130
dieTemp: true
131131
dieTemp-sketch-paths: |
132-
- libraries/DeviceControlXMC/examples/DieTemperatureMeasurement
132+
#- libraries/DeviceControlXMC/examples/DieTemperatureMeasurement
133133
- board:
134134
heapMem: true
135135
heapMem-sketch-paths: |
136-
- libraries/DeviceControlXMC/examples/HeapMemoryMeasurement
136+
# - libraries/DeviceControlXMC/examples/HeapMemoryMeasurement
137137
- board:
138138
sleep1100: true
139139
sleep1100-sketch-paths: |
140-
- libraries/DeviceControlXMC/examples/SleepModeXMC1100
140+
# - libraries/DeviceControlXMC/examples/SleepModeXMC1100
141141
- board:
142142
sleep4700: true
143143
sleep4700-sketch-paths: |
144-
- libraries/DeviceControlXMC/examples/SleepModeXMC4700
144+
# - libraries/DeviceControlXMC/examples/SleepModeXMC4700
145145
- board:
146146
stackMem: true
147147
stackMem-sketch-paths: |
148-
- libraries/DeviceControlXMC/examples/StackMemoryMeasurement
148+
# - libraries/DeviceControlXMC/examples/StackMemoryMeasurement
149149
- board:
150150
dma: true
151151
dma-sketch-paths: |
152-
- libraries/DMA
152+
# - libraries/DMA
153153
- board:
154154
alarmRtc: true
155155
alarmRtc-sketch-paths: |
156-
- libraries/RTC/examples/AlarmRTC
156+
# - libraries/RTC/examples/AlarmRTC
157157
- board:
158158
can: true
159159
can-sketch-paths: |
160-
- libraries/CAN/examples
160+
# - libraries/CAN/examples
161161
steps:
162162
- name: Checkout repository
163163
uses: actions/checkout@v4
@@ -182,6 +182,8 @@ jobs:
182182
# Compile these sketches for all boards
183183
# - libraries/LED
184184
# - libraries/RTC/examples/SimpleRTC
185+
#- libraries/LED
186+
#- libraries/RTC/examples/SimpleRTC
185187
#- libraries/SPI
186188
#- libraries/Wire
187189
# Board-specific sketches

0 commit comments

Comments
 (0)