1
0

7 Commits

Author SHA1 Message Date
Gergely Nagy
c6d9e5bc88 Generate virtual/boards.txt from avr/boards.txt instead of linking them
When building the virtual boards, we want to have the base core as
`keyboardio:arduino`, instead of `arduino:arduino`, because we provide the base
ourselves. To this end, instead of symlinking `avr/boards.txt` and
`virtual/boards.txt`, generate the latter from the former.

Once we have other architectures, such as SAMD, we can concat all the boards.txt
files and do the same `base.core` replacements.

This is a pre-requisite for keyboardio/Kaleidoscope#851.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2020-06-11 23:17:33 +02:00
Gergely Nagy
b60fab51bb travis: Move the hardware directory one level higher
Apparently, having the hardware directory within the current directory does not
work all that well now, and Arduino fails to find it. Moving it one level
higher, outside of the cloned sources, and all is well.

This is the major part of the fix for #27.

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2020-01-20 15:11:41 +01:00
Jesse Vincent
ac77badee7
fix repo name for travis 2020-01-16 21:53:40 -08:00
Jesse Vincent
7b3e34a688 Something busted travis builds 2019-03-03 22:44:42 -08:00
Jesse Vincent
ab7e7fcc81 attempt to enable ccache and our cache for building the bundle 2019-03-03 22:29:15 -08:00
Gergely Nagy
1f467b6bd3
travis.yml: Remove the IRC notifications
Signed-off-by: Gergely Nagy <algernon@keyboard.io>
2018-11-17 12:55:50 +01:00
Jesse Vincent
d74e2cdb67 First attempt at enabling travis support 2018-08-14 14:32:40 -07:00