|
|
@ -15,6 +15,13 @@ install:
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- make compile size ARDUINO_PATH=../arduino-1.6.7 ARDUINO_LOCAL_LIB_PATH=../libs
|
|
|
|
- make compile size ARDUINO_PATH=../arduino-1.6.7 ARDUINO_LOCAL_LIB_PATH=../libs
|
|
|
|
notifications:
|
|
|
|
notifications:
|
|
|
|
|
|
|
|
irc:
|
|
|
|
|
|
|
|
channels:
|
|
|
|
|
|
|
|
- "chat.freenode.net#keyboardio"
|
|
|
|
|
|
|
|
use_notice: true
|
|
|
|
|
|
|
|
skip_join: true
|
|
|
|
|
|
|
|
template:
|
|
|
|
|
|
|
|
- "%{repository_name}/%{branch} %{commit} by %{author}: %{commit_subject} %{build_url} %{message}"
|
|
|
|
email:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|
|
|
|
on_failure: change
|
|
|
|