Add ATmega32 (using MightyCore) to CI

This commit is contained in:
Renee Harke 2022-02-06 17:46:12 -05:00
parent e2a08b3f3b
commit 786b7daae2

View file

@ -33,7 +33,7 @@ jobs:
# See: https://travis-ci.org/github/felis/USB_Host_Shield_2.0/jobs/743787235
if [[ "${{ matrix.example }}" != *"bidirectional_converter" ]]; then TEENSY35="--board=teensy35"; TEENSY36="--board=teensy36"; TEENSY40="--board=teensy40"; TEENSY41="--board=teensy41"; fi
pio ci --lib="." $UNO --board=genuino101 --board=teensylc $TEENSY40 $TEENSY41
pio ci --lib="." $UNO --board=genuino101 --board=ATmega32 --board=teensylc $TEENSY40 $TEENSY41
# Ignore warning caused by strcpy in the ESP8266 core
pio ci --lib="." --board=esp12e --board=nodemcu --project-option="build_flags=-Wno-array-bounds -Wno-restrict -Wno-stringop-overflow"