Skip to content

Commit 814e26d

Browse files
committed
Add Travis CI config
1 parent 5466e69 commit 814e26d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: c
2+
before_install:
3+
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
4+
- sleep 3
5+
- export DISPLAY=:1.0
6+
- wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz
7+
- tar xf arduino-1.6.5-linux64.tar.xz
8+
- sudo mv arduino-1.6.5 /usr/local/share/arduino
9+
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
10+
install:
11+
- ln -s $PWD /usr/local/share/arduino/libraries/OpenAudio_ArduinoLibrary
12+
- arduino --install-library "Audio"
13+
script:
14+
- arduino --verify --board arduino:avr:uno $PWD/examples/Tympan_TLV320AIC3206.ino
15+
16+
notifications:
17+
email:
18+
on_success: change
19+
on_failure: change

0 commit comments

Comments
 (0)