Change to array for platform

This commit is contained in:
Josh Stewart 2024-08-13 09:29:11 +10:00
parent c8cfbd5836
commit c090a7236d
1 changed files with 10 additions and 4 deletions

View File

@ -19,9 +19,13 @@ jobs:
# This suffix will be used to define a unique name for the sketches report artifact. # This suffix will be used to define a unique name for the sketches report artifact.
artifact-name-suffix: arduino-avr-mega artifact-name-suffix: arduino-avr-mega
family-name: arduino:avr family-name: arduino:avr
source-url: '' platform:
name: arduino:avr
- fqbn: teensy:avr:teensy35 - fqbn: teensy:avr:teensy35
artifact-name-suffix: arduino-avr-teensy35 artifact-name-suffix: arduino-avr-teensy35
platform:
name: teensy:avr
source-url: https://www.pjrc.com/teensy/package_teensy_index.json
family-name: teensy:avr family-name: teensy:avr
source-url: https://www.pjrc.com/teensy/package_teensy_index.json source-url: https://www.pjrc.com/teensy/package_teensy_index.json
@ -36,9 +40,11 @@ jobs:
sketch-paths: | sketch-paths: |
- speeduino/speeduino.ino - speeduino/speeduino.ino
verbose: true verbose: true
#platforms: |
# - source-url: ${{ matrix.board.source-url }}
# name: ${{ matrix.board.family-name }}
platforms: | platforms: |
- source-url: ${{ matrix.board.source-url }} - ${{ matrix.board.platform }}
name: ${{ matrix.board.family-name }}
libraries: | libraries: |
- name: Time - name: Time