|
|
@ -3,6 +3,6 @@ sudo: false
|
|
|
|
os:
|
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- linux
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr
|
|
|
|
- git clone --depth 1 --shallow-submodules --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- make travis-install-arduino build-all BOARD_HARDWARE_PATH=$(pwd)/hardware ARDUINO_PATH=$(pwd)/arduino
|
|
|
|
- make travis-install-arduino build-all BOARD_HARDWARE_PATH=$(pwd)/hardware ARDUINO_PATH=$(pwd)/arduino
|
|
|
|