Skip to content

Commit

Permalink
fix compile-examples, working on readme toc
Browse files Browse the repository at this point in the history
  • Loading branch information
SpenceKonde committed Aug 10, 2023
1 parent 1f7c450 commit d387e35
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 35 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@ jobs:
- 16
- 32
- 40
optibootabbr:
- opti
-

# Filter out these matrix combinations
exclude:
Expand Down Expand Up @@ -281,6 +284,16 @@ jobs:
device-family: eb
- device-family: eb

- device-family: da
optibootabbr:
- device-family: db
optibootabbr:
- device-family: dd
optibootabbr:
- device-family: ea
optibootabbr: opti
- device-family: eb
optibootabbr: opti
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -363,10 +376,10 @@ jobs:
enable-deltas-report: true
enable-warnings-report: true
sketches-report-path: sketches-reports
- name: Compile examples (8 MHz, optiboot, tca0 millis, full printf, and manual attachInterrupt)
- name: Compile examples (8 MHz, optiboot (if available), tca0 millis, full printf, and manual attachInterrupt)
uses: arduino/compile-sketches@main
with:
fqbn: ${{ env.platform-name }}:avr${{ matrix.device-family }}opti:chip=avr${{ matrix.flash-class }}${{ matrix.device-family }}${{ matrix.pincount }},clock=8${{ matrix.clocksource }},millis=tca0,printf=full,attach=manual,wiremode=mands,flmap=lockdefault
fqbn: ${{ env.platform-name }}:avr${{ matrix.device-family }}${{ matrix.optibootabbr }}:chip=avr${{ matrix.flash-class }}${{ matrix.device-family }}${{ matrix.pincount }},clock=8${{ matrix.clocksource }},millis=tca0,printf=full,attach=manual,wiremode=mands,flmap=lockdefault
sketch-paths: |
# It's necessary to jump through some hoops to dynamically generate the env object keys to define the non-universal sketch paths
# https://docs.github.com/en/free-pro-team@latest/actions/reference/context-and-expression-syntax-for-github-actions#format
Expand Down
Loading

0 comments on commit d387e35

Please sign in to comment.