forked from chipaudette/OpenAudio_ArduinoLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
18 lines (18 loc) · 652 Bytes
/
.travis.yml
File metadata and controls
18 lines (18 loc) · 652 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: c
before_install:
- sudo apt-get install arduino-core
- sudo apt-get install arduino-mk
- sudo apt-get install binutils-arm-none-eabi gcc-arm-none-eabi
- sudo mkdir /usr/local/share/arduino/hardware/teensy/
- pushd /usr/local/share/arduino/hardware/teensy/
- sudo git clone https://github.com/PaulStoffregen/cores
- popd
install:
- ln -s $PWD /usr/local/share/arduino/libraries/OpenAudio_ArduinoLibrary
- arduino --install-library "Audio"
script:
- arduino --verify --board teensy:avr:teensy36:usb=serialmidiaudio $PWD/examples/Tympan_TLV320AIC3206.ino
notifications:
email:
on_success: change
on_failure: change