try a simpler make invocation

pull/389/head
Jesse Vincent 7 years ago
parent 559994826a
commit 0a8c489de7
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -9,6 +9,4 @@ before_install:
install: install:
- git clone --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr - git clone --recurse-submodules https://github.com/keyboardio/Arduino-Boards hardware/keyboardio/avr
script: script:
- export ARDUINO_PATH=$(pwd)/arduino-1.6.11 - make build-all BOARD_HARDWARE_PATH=$(pwd)/hardware ARDUINO_PATH=$(pwd)/arduino-1.6.11
- export BOARD_HARDWARE_PATH=$(pwd)/hardware
- make build-all

Loading…
Cancel
Save