Change to array for platform
This commit is contained in:
parent
c8cfbd5836
commit
c090a7236d
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue