Skip to content

Commit 04465c4

Browse files
committed
added samd
1 parent b05324c commit 04465c4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ci/build-arduino.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ arduino-cli lib install --git-url https://github.com/sstaub/Ethernet3.git
3434
# Compile all *.ino files for the Arduino Uno
3535
for f in **/AVR_*.ino ; do
3636
arduino-cli compile -b arduino:avr:uno $f
37+
done
38+
39+
# Compile all *.ino files for the Arduino Uno
40+
for f in **/SAMD_*.ino ; do
41+
arduino-cli compile -b arduino:samd:mkrzero $f
3742
done

0 commit comments

Comments
 (0)