Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,30 +35,37 @@ jobs:
platforms: |
- name: arduino:avr
type: arduino
artifact-name-suffix: arduino-avr-uno
- fqbn: arduino:avr:mega
platforms: |
- name: arduino:avr
type: arduino
artifact-name-suffix: arduino-avr-mega
- fqbn: arduino:avr:leonardo
platforms: |
- name: arduino:avr
type: arduino
artifact-name-suffix: arduino-avr-leonardo
- fqbn: arduino:avr:esplora
platforms: |
- name: arduino:avr
type: esplora
artifact-name-suffix: arduino-avr-esplora
- fqbn: arduino:megaavr:nona4809
platforms: |
- name: arduino:megaavr
type: arduino
artifact-name-suffix: arduino-megaavr-nona4809
- fqbn: arduino:sam:arduino_due_x_dbg
platforms: |
- name: arduino:sam
type: arduino
artifact-name-suffix: arduino-sam-arduino_due_x_dbg
- fqbn: arduino:samd:mkrzero
platforms: |
- name: arduino:samd
type: arduino
artifact-name-suffix: arduino-samd-mkrzero

# Make board type-specific customizations to the matrix jobs
include:
Expand Down Expand Up @@ -101,4 +108,4 @@ jobs:
with:
if-no-files-found: error
path: ${{ env.SKETCHES_REPORTS_PATH }}
name: ${{ env.SKETCHES_REPORTS_PATH }}
name: sketches-report-${{ matrix.board.artifact-name-suffix }}
4 changes: 2 additions & 2 deletions .github/workflows/report-size-deltas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
- name: Comment size deltas reports to PRs
uses: arduino/report-size-deltas@v1
with:
# The name of the workflow artifact created by the sketch compilation workflow
sketches-reports-source: sketches-reports
# Regex matching the names of the workflow artifacts created by the "Compile Examples" workflow
sketches-reports-source: ^sketches-report-.+