Browse Source

Add a Travis recipe. (#374)

pull/376/head
Daniel Svensson 8 years ago
committed by Jack Humbert
parent
commit
fd3afbd2f3
1 changed files with 37 additions and 0 deletions
  1. +37
    -0
      .travis.yml

+ 37
- 0
.travis.yml View File

@ -0,0 +1,37 @@
os:
- linux
language:
- c
compiler:
- avr-gcc
env:
- KEYBOARD=alps64
- KEYBOARD=arrow_pad
- KEYBOARD=atomic
- KEYBOARD=atreus
- KEYBOARD=bantam44
- KEYBOARD=clueboard1
- KEYBOARD=clueboard2
- KEYBOARD=cluepad
- KEYBOARD=ergodox_ez
- KEYBOARD=gh60
- KEYBOARD=gh60_rev_c
- KEYBOARD=hhkb
- KEYBOARD=jd45
- KEYBOARD=kc60_v2
- KEYBOARD=planck
- KEYBOARD=preonic
- KEYBOARD=retro_refit
script:
- cd keyboard/$KEYBOARD && make
addons:
apt:
packages:
- avr-libc
- gcc-avr
- dfu-programmer

Loading…
Cancel
Save