upload
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12345678910111213141516171819202122232425262728293031323334353637
  1. os:
  2. - linux
  3. language:
  4. - c
  5. compiler:
  6. - avr-gcc
  7. env:
  8. - KEYBOARD=alps64
  9. - KEYBOARD=arrow_pad
  10. - KEYBOARD=atomic
  11. - KEYBOARD=atreus
  12. - KEYBOARD=bantam44
  13. - KEYBOARD=clueboard1
  14. - KEYBOARD=clueboard2
  15. - KEYBOARD=cluepad
  16. - KEYBOARD=ergodox_ez
  17. - KEYBOARD=gh60
  18. - KEYBOARD=gh60_rev_c
  19. - KEYBOARD=hhkb
  20. - KEYBOARD=jd45
  21. - KEYBOARD=kc60_v2
  22. - KEYBOARD=planck
  23. - KEYBOARD=preonic
  24. - KEYBOARD=retro_refit
  25. script:
  26. - cd keyboard/$KEYBOARD && make
  27. addons:
  28. apt:
  29. packages:
  30. - avr-libc
  31. - gcc-avr
  32. - dfu-programmer