File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 34
34
- examples/ArduinoIoTCloud-Callbacks
35
35
- examples/utility/ArduinoIoTCloud_Travis_CI
36
36
SKETCHES_REPORTS_PATH : sketches-reports
37
+ BUILD_PATH : sketches-build
37
38
38
39
strategy :
39
40
fail-fast : false
@@ -344,6 +345,8 @@ jobs:
344
345
${{ matrix.sketch-paths }}
345
346
enable-deltas-report : " true"
346
347
sketches-report-path : ${{ env.SKETCHES_REPORTS_PATH }}
348
+ cli-compile-flags : |
349
+ - --output-dir=${{ env.BUILD_PATH }}
347
350
348
351
- name : Write data to size trends report spreadsheet
349
352
# Update report on every push to the master branch
@@ -360,3 +363,12 @@ jobs:
360
363
with :
361
364
name : sketches-report-${{ matrix.board.artifact-name-suffix }}
362
365
path : ${{ env.SKETCHES_REPORTS_PATH }}
366
+
367
+ - name : Save build artifact
368
+ if : github.event_name == 'pull_request'
369
+ run : |
370
+ ls -la ${{ env.BUILD_PATH }}
371
+ uses : actions/upload-artifact@v4
372
+ with :
373
+ name : sketches-build-${{ matrix.board.artifact-name-suffix }}
374
+ path : ${{ env.BUILD_PATH }}
You can’t perform that action at this time.
0 commit comments