Skip to content

Commit

Permalink
only arduino vendor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin committed Jul 7, 2024
1 parent d8022cb commit 2a764dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 44 deletions.
33 changes: 7 additions & 26 deletions .github/workflows/test.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,41 +31,22 @@
"matrix": {
"board": [{
"vendor": "arduino",
"arch": "samd",
"name": "arduino_zero_native"
"arch": "avr",
"name": "uno"
}, {
"vendor": "adafruit",
"vendor": "arduino",
"arch": "samd",
"name": "adafruit_trinket_m0"
}, {
"vendor": "STMicroelectronics",
"arch": "stm32",
"name": "GenH5"
"name": "arduino_zero_native"
}, {
"vendor": "teensy",
"arch": "avr",
"name": "teensy41"
"vendor": "arduino",
"arch": "renesas_uno",
"name": "minima"
}],
"include": [{
"index": "https://downloads.arduino.cc/packages/package_index.json",
"board": {
"vendor": "arduino"
}
}, {
"index": "https://adafruit.github.io/arduino-board-index/package_adafruit_index.json",
"board": {
"vendor": "adafruit"
}
}, {
"index": "https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json",
"board": {
"vendor": "STMicroelectronics"
}
}, {
"index": "https://www.pjrc.com/teensy/package_teensy_index.json",
"board": {
"vendor": "teensy"
}
}]
}
},
Expand Down
24 changes: 6 additions & 18 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,19 @@ jobs:
fail-fast: true
matrix:
board:
- vendor: arduino
arch: avr
name: uno
- vendor: arduino
arch: samd
name: arduino_zero_native
- vendor: adafruit
arch: samd
name: adafruit_trinket_m0
- vendor: STMicroelectronics
arch: stm32
name: GenH5
- vendor: teensy
arch: avr
name: teensy41
- vendor: arduino
arch: renesas_uno
name: minima
include:
- index: https://downloads.arduino.cc/packages/package_index.json
board:
vendor: arduino
- index: https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
board:
vendor: adafruit
- index: https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
board:
vendor: STMicroelectronics
- index: https://www.pjrc.com/teensy/package_teensy_index.json
board:
vendor: teensy
steps:
- name: clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2a764dc

Please sign in to comment.