Skip to content

Commit af679c5

Browse files
committed
travis: add all avr targets
1 parent 79654a9 commit af679c5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@ before_install:
44
- sudo apt-get update -qq
55
install:
66
- sudo apt-get install -qq gcc-avr binutils-avr avr-libc
7-
script: make CONFIG=configs/config-evo2
7+
script:
8+
- make CONFIG=configs/config-evo2
9+
- make CONFIG=configs/config-larsp
10+
- make CONFIG=configs/config-petSD
11+
- make CONFIG=configs/config-sw1
12+
- make CONFIG=configs/config-sw2
13+
- make CONFIG=configs/config-uIEC
14+
- make CONFIG=configs/config-uIEC3

0 commit comments

Comments
 (0)