Skip to content

Commit eb11548

Browse files
committed
Update yml file so only 10 examples are compiled
1 parent f3ac6c5 commit eb11548

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/compile-sketch.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,7 @@ jobs:
106106
fqbn: ${{ matrix.board.fqbn }}
107107
libraries: |
108108
- source-url: https://github.com/${{github.repository}}.git
109-
sketch-paths: |
110-
- ./
111-
- '!./examples/Example11_ResetModule/Example2_FactoryDefaultsviaSerial/**'
112-
- '!./examples/Example12_UseUart/**'
113-
- '!./examples/Example13_PVT/Example3_AutoPVTviaUart/**'
114-
- '!./examples/Example13_PVT/Example4_AssumeAutoPVTviaUart/**'
115-
- '!./examples/Example2_NMEAParsing/**'
116-
- '!./examples/Example8_GetProtocolVersion_Serial/**'
117-
- '!./examples/NEO-M8P-2/Example3_BaseWithLCD/**'
118-
- '!./examples/Data_Logging/**'
119-
- '!./examples/ZED-F9P/Example14_NTRIPServer/**'
120-
- '!./examples/ZED-F9P/Example4_BaseWithLCD/**'
109+
sketch-path: '"Example10_AltitudeMSL" "Example11_ResetModule" "Example12_UseUart" "Example13_PVT" "Example14_DebugOutput" "Example15_GetDateTime" "Example16_Nanosecond_MaxOutput" "Example16_PartialSecond_MaxOutput" "Example17_Geofence" "Example18_PowerSaveMode" "Example19_DynamicModel" "Example20_SendCustomCommand"'
121110
enable-warnings-report: true
122111
# verbose: true
123112

0 commit comments

Comments
 (0)