Skip to content

Disable CI compilation for Uno WiFi Rev. 2 #254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
type: nina
- fqbn: arduino:samd:nano_33_iot
type: nina
- fqbn: arduino:megaavr:uno2018
type: megaavr
#- fqbn: arduino:megaavr:uno2018
# type: megaavr
- fqbn: arduino:samd:mkrwan1300
type: wan
- fqbn: arduino:samd:mkrgsm1400
Expand Down Expand Up @@ -96,19 +96,19 @@ jobs:
- examples/utility/Provisioning
- examples/utility/SelfProvisioning
# Uno WiFi Rev2
- board:
type: megaavr
platforms: |
- name: arduino:megaavr
libraries: |
- name: ArduinoECCX08
- name: Arduino_AVRSTL
- name: WiFiNINA
- name: Arduino_JSON
- name: ArduinoBearSSL
sketch-paths: |
- examples/utility/Provisioning
- examples/utility/SelfProvisioning
#- board:
# type: megaavr
# platforms: |
# - name: arduino:megaavr
# libraries: |
# - name: ArduinoECCX08
# - name: Arduino_AVRSTL
# - name: WiFiNINA
# - name: Arduino_JSON
# - name: ArduinoBearSSL
# sketch-paths: |
# - examples/utility/Provisioning
# - examples/utility/SelfProvisioning
# LoRaWAN boards
- board:
type: wan
Expand Down