Skip to content

Commit

Permalink
workflow 13
Browse files Browse the repository at this point in the history
  • Loading branch information
felias-fogg committed Jun 27, 2023
1 parent 586b020 commit cae77c8
Showing 1 changed file with 35 additions and 7 deletions.
42 changes: 35 additions & 7 deletions .github/workflows/LibraryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ jobs:
- MiniCore:avr:48:variant=modelPB
- MiniCore:avr:8
- MightyCore:avr:1284
# - MightyCore:avr:644
# - MightyCore:avr:324
# - MightyCore:avr:164
# - MightyCore:avr:32
# - MightyCore:avr:16
# - MightyCore:avr:8535
- MightyCore:avr:644
- MightyCore:avr:324
- MightyCore:avr:164
- MightyCore:avr:32
- MightyCore:avr:16
- MightyCore:avr:8535
- MegaCore:avr:2560
# - MegaCore:avr:1280
- MegaCore:avr:1280



Expand Down Expand Up @@ -234,9 +234,37 @@ jobs:
platform-url: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MightyCore:avr:644
platform-url: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MightyCore:avr:324
platform-url: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MightyCore:avr:164
platform-url: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MightyCore:avr:32
platform-url: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MightyCore:avr:16
platform-url: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MightyCore:avr:8535
platform-url: https://mcudude.github.io/MightyCore/package_MCUdude_MightyCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MegaCore:avr:2560
platform-url: https://mcudude.github.io/MegaCore/package_MCUdude_MegaCore_index.json
sketches-exclude: calibServer

- arduino-boards-fqbn: MegaCore:avr:1280
platform-url: https://mcudude.github.io/MegaCore/package_MCUdude_MegaCore_index.json
sketches-exclude: calibServer


# Do not cancel all jobs / architectures if one job fails
Expand Down

0 comments on commit cae77c8

Please sign in to comment.