You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
language: c
|
|
|
|
before_install:
|
|
|
|
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
|
|
|
|
- sleep 3
|
|
|
|
- export DISPLAY=:1.0
|
|
|
|
- wget http://downloads.arduino.cc/arduino-1.6.12-linux64.tar.xz
|
|
|
|
- tar xf arduino-1.6.12-linux64.tar.xz
|
|
|
|
- sudo mv arduino-1.6.12 /usr/local/share/arduino
|
|
|
|
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
|
|
|
|
- wget https://www.pjrc.com/teensy/td_136/TeensyduinoInstall.linux64
|
|
|
|
- sudo chmod 755 TeensyduinoInstall.linux64
|
|
|
|
- TeensyduinoInstall.linux64
|
|
|
|
install:
|
|
|
|
- ln -s $PWD /usr/local/share/arduino/libraries/OpenAudio_ArduinoLibrary
|
|
|
|
- arduino --install-library "Audio"
|
|
|
|
script:
|
|
|
|
- arduino --verify --board arduino:avr:uno $PWD/examples/Tympan_TLV320AIC3206.ino
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
email:
|
|
|
|
on_success: change
|
|
|
|
on_failure: change
|