We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79654a9 commit af679c5Copy full SHA for af679c5
.travis.yml
@@ -4,4 +4,11 @@ before_install:
4
- sudo apt-get update -qq
5
install:
6
- sudo apt-get install -qq gcc-avr binutils-avr avr-libc
7
-script: make CONFIG=configs/config-evo2
+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